mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
Installer + auto update on startup
1. installer 2. auto check update on startup 3. auto start on next startup 4. remove command line arguments which breaks squirrel 5. auto generate installer on continue integration
This commit is contained in:
16
Deploy/wox.nuspec
Normal file
16
Deploy/wox.nuspec
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<metadata>
|
||||
<id>Wox</id>
|
||||
<title>Wox</title>
|
||||
<version>$version$</version>
|
||||
<authors>happlebao</authors>
|
||||
<projectUrl>https://github.com/Wox-launcher/Wox</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/Wox-launcher/Wox/master/Wox/Images/app.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Wox - a launcher for windows</description>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\Output\Release\**\*.*" target="lib\net45\" exclude="*.nupkg;*.vshost.*"/>
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user