Skip to content

Commit

Permalink
feat: copy .exe.config file (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneumei authored and MarshallOfSound committed Feb 28, 2019
1 parent da145bb commit 694f929
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.config" target="lib\net45" />
<file src="*.exe.sig" target="lib\net45" />
<file src="icudtl.dat" target="lib\net45\icudtl.dat" />
<file src="Squirrel.exe" target="lib\net45\squirrel.exe" />
Expand Down

0 comments on commit 694f929

Please sign in to comment.