We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2ca3b commit 2919cf9Copy full SHA for 2919cf9
portable/installer.nsi
@@ -34,8 +34,8 @@ SetCompressorDictSize 16 ; MB
34
; General
35
;------------------------------------------------------------------------------
36
Name "${ID} ${ARCH} ${VERSION}${RELEASELEVEL}"
37
-OutFile "${DISTDIR}\..\${ID}-${ARCH}-${VERSION}${RELEASELEVEL}.exe"
38
-InstallDir "$EXEDIR\${ID}-${ARCH}-${VERSION}${RELEASELEVEL}"
+OutFile "${DISTDIR}\..\${ID}${ARCH}-${VERSION}${RELEASELEVEL}.exe"
+InstallDir "$EXEDIR\${ID}${ARCH}-${VERSION}${RELEASELEVEL}"
39
BrandingText "${BRANDING}"
40
XPStyle on
41
RequestExecutionLevel user
0 commit comments