update build script

1. remove update generator from build script
2. add build version to release binary file name
3. remove installer script from deploy folder
This commit is contained in:
bao-qian
2016-01-02 01:47:13 +00:00
parent 4fcb8d5540
commit 6404aac986
28 changed files with 20 additions and 808 deletions

16
Deploy/wox.plugin.nuspec Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Wox.Plugin</id>
<version>$version$</version>
<authors>qianlifeng</authors>
<licenseUrl>https://github.com/Wox-launcher/Wox/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Wox-launcher/Wox</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reference this library if you want to develop a wox plugin</description>
<tags>wox</tags>
</metadata>
<files>
<file src="..\Output\Release\Wox.Plugin.dll" target="lib\net35" />
</files>
</package>