fix(windows): add OutFile directive to nsis script

This commit is contained in:
2026-06-03 20:11:06 +08:00
parent 7a3ac3186a
commit ef8cefcbed
+1
View File
@@ -11,6 +11,7 @@
SetCompressor lzma
Name "${APP_NAME}"
OutFile "setup.exe"
ManifestDPIAware true
Unicode true