We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c06839 commit f4e1b41Copy full SHA for f4e1b41
templates/win/installer.nsi.tpl
@@ -23,7 +23,7 @@ Name "${APP_NAME}"
23
BrandingText "${APP_NAME} ${APP_VERSION}"
24
25
# define the resulting installer's name
26
-OutFile ${APP_OUT_FILE}
+OutFile "${APP_OUT_FILE}"
27
28
# set the installation directory
29
InstallDir "$PROGRAMFILES\${APP_NAME}\"
0 commit comments