Skip to content

Commit 2919cf9

Browse files
author
stonebig
committed
1 character less in the path
1 parent 7e2ca3b commit 2919cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/installer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ SetCompressorDictSize 16 ; MB
3434
; General
3535
;------------------------------------------------------------------------------
3636
Name "${ID} ${ARCH} ${VERSION}${RELEASELEVEL}"
37-
OutFile "${DISTDIR}\..\${ID}-${ARCH}-${VERSION}${RELEASELEVEL}.exe"
38-
InstallDir "$EXEDIR\${ID}-${ARCH}-${VERSION}${RELEASELEVEL}"
37+
OutFile "${DISTDIR}\..\${ID}${ARCH}-${VERSION}${RELEASELEVEL}.exe"
38+
InstallDir "$EXEDIR\${ID}${ARCH}-${VERSION}${RELEASELEVEL}"
3939
BrandingText "${BRANDING}"
4040
XPStyle on
4141
RequestExecutionLevel user

0 commit comments

Comments
 (0)