Fixes builder for windows
This commit is contained in:
parent
af452b598f
commit
9e73e59a23
2 changed files with 6 additions and 4 deletions
5
webkitbuilds/setup-win32.iss
Normal file → Executable file
5
webkitbuilds/setup-win32.iss
Normal file → Executable file
|
|
@ -8,7 +8,7 @@
|
||||||
#define MyAppExeName "copay.exe"
|
#define MyAppExeName "copay.exe"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId={804636ee-b017-4cad-8719-e58ac97ffa5c}
|
AppId={{804636ee-b017-4cad-8719-e58ac97ffa5c}
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
AppVersion={#MyAppVersion}
|
AppVersion={#MyAppVersion}
|
||||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||||
|
|
@ -18,7 +18,8 @@ AppSupportURL={#MyAppURL}
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
DefaultDirName={pf}\{#MyAppName}
|
DefaultDirName={pf}\{#MyAppName}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
OutputBaseFilename=copay-installer-32
|
OutputBaseFilename=copay-win32
|
||||||
|
OutputDir=./
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
|
||||||
|
|
|
||||||
5
webkitbuilds/setup-win64.iss
Normal file → Executable file
5
webkitbuilds/setup-win64.iss
Normal file → Executable file
|
|
@ -8,7 +8,7 @@
|
||||||
#define MyAppExeName "copay.exe"
|
#define MyAppExeName "copay.exe"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId={804636ee-b017-4cad-8719-e58ac97ffa5c}
|
AppId={{804636ee-b017-4cad-8719-e58ac97ffa5c}
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
AppVersion={#MyAppVersion}
|
AppVersion={#MyAppVersion}
|
||||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||||
|
|
@ -18,7 +18,8 @@ AppSupportURL={#MyAppURL}
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
DefaultDirName={pf}\{#MyAppName}
|
DefaultDirName={pf}\{#MyAppName}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
OutputBaseFilename=copay-installer-64
|
OutputBaseFilename=copay-win64
|
||||||
|
OutputDir=./
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue