Skip to content

Commit

Permalink
Issue #253: Add signature file to template (#257)
Browse files Browse the repository at this point in the history
- Closes Issue #253
- Packages the .exe.sig file in the nupkg
  • Loading branch information
alexanderturinske authored and ckerr committed Jul 12, 2018
1 parent 7ebee45 commit 5c28a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.nuspectemplate
Expand Up @@ -17,6 +17,7 @@
<file src="*.bin" target="lib\net45" />
<file src="*.dll" target="lib\net45" />
<file src="*.pak" target="lib\net45" />
<file src="*.exe.sig" target="lib\net45" />
<file src="Update.exe" target="lib\net45\squirrel.exe" />
<file src="icudtl.dat" target="lib\net45\icudtl.dat" />
<file src="LICENSE" target="lib\net45\LICENSE" />
Expand Down

0 comments on commit 5c28a08

Please sign in to comment.