Wox-launcher / Wox

A cross-platform launcher that simply works
http://wox-launcher.github.io/Wox/
GNU General Public License v3.0
24.5k stars 2.37k forks source link

Nuget / chocolatey auto publishing #213

Closed ckesc closed 8 years ago

ckesc commented 9 years ago

Please configure CI server to autopublish WOX =)

I`ve noticed tha you using appveyor. It seems tha it can be configured to autobuild-and-pack for nuget system. Than you can (also automatic) publish it to https://chocolatey.org (It is apt-get for windows)

qianlifeng commented 9 years ago

I'm thinking about auto publishing Wox.Plugin.dll to nuget automatically. I found myget. If appveyor can cover that, I will happy to do some research on it.

qianlifeng commented 9 years ago

Finally, get auto publishing to nuget work.

ckesc commented 9 years ago

Great! What about chocolatey?

16:49, вс, 14.12.2014, qianlifeng notifications@github.com:

Finally, get auto publishing to nuget work.

— Reply to this email directly or view it on GitHub https://github.com/qianlifeng/Wox/issues/213#issuecomment-66913793.

qianlifeng commented 9 years ago

Still working on it.

ckesc commented 9 years ago

Made package for easy install via chocolatey.org ! https://chocolatey.org/packages/wox

May be add this badgeto readme? =)

<a href="https://chocolatey.org/packages/wox">
  <img src="https://img.shields.io/badge/chocolatey-wox-b4884f.svg?style=flat" style="height:auto; width: 100%">  
</a>
qianlifeng commented 9 years ago

Thx ckesc. it will be great if we can make this automatically.

ckesc commented 9 years ago

Hey! I found some instruction for it http://www.jdibble.co.uk/blog/building-and-deploying-clickonce-applications-with-appveyor/ May be you will try it? :)

If need I can add you as maintainer to chocolatey package