Skip to content

Commit

Permalink
Fix bugs building on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielee committed Sep 22, 2020
1 parent 317c906 commit 0660e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"osx": {
"zip": true
},
"windows": {
"win": {
"zip": true,
"innoSetup": "win-install/setup.iss"
}
Expand Down
4 changes: 2 additions & 2 deletions win-install/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AppPublisherURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
LicenseFile=LICENSE.rtf
OutputDir=..\build
OutputBaseFilename=boats-animator-{#MyAppVersion}-setup
OutputBaseFilename=boats-animator-{#MyAppVersion}-win-x64-setup
Compression=lzma2/ultra
SolidCompression=yes
LZMAUseSeparateProcess=yes
Expand All @@ -40,7 +40,7 @@ BeveledLabel={#MyAppName} {#MyAppVersion}
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "..\build\boats-animator\win32\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\boats-animator-{#MyAppVersion}-win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Expand Down

0 comments on commit 0660e59

Please sign in to comment.