fix(windows): add OutFile directive to nsis script
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
SetCompressor lzma
|
||||
|
||||
Name "${APP_NAME}"
|
||||
OutFile "setup.exe"
|
||||
|
||||
ManifestDPIAware true
|
||||
Unicode true
|
||||
|
||||
Reference in New Issue
Block a user