Skip to content

Commit

Permalink
fix: Cannot use NSIS StrFunc header
Browse files Browse the repository at this point in the history
Closes #888
  • Loading branch information
develar committed Nov 7, 2016
1 parent e920584 commit 4cbdc31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/targets/nsis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default class NsisTarget extends TargetEx {
OutFile: `"${installerPath}"`,
VIProductVersion: `${parsedVersion.major}.${parsedVersion.minor}.${parsedVersion.patch}.${appInfo.buildNumber || "0"}`,
VIAddVersionKey: versionKey,
Unicode: true,
}

if (packager.devMetadata.build.compression === "store") {
Expand Down
1 change: 0 additions & 1 deletion templates/nsis/common.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ShowInstDetails nevershow
!endif
FileBufSize 64
Name "${PRODUCT_NAME}"
Unicode true

!define APP_EXECUTABLE_FILENAME "${PRODUCT_FILENAME}.exe"
!define UNINSTALL_FILENAME "Uninstall ${PRODUCT_FILENAME}.exe"
Expand Down

0 comments on commit 4cbdc31

Please sign in to comment.