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"
|
||||
|
||||
[Setup]
|
||||
AppId={804636ee-b017-4cad-8719-e58ac97ffa5c}
|
||||
AppId={{804636ee-b017-4cad-8719-e58ac97ffa5c}
|
||||
AppName={#MyAppName}
|
||||
AppVersion={#MyAppVersion}
|
||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||
|
|
@ -18,7 +18,8 @@ AppSupportURL={#MyAppURL}
|
|||
AppUpdatesURL={#MyAppURL}
|
||||
DefaultDirName={pf}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
OutputBaseFilename=copay-installer-32
|
||||
OutputBaseFilename=copay-win32
|
||||
OutputDir=./
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue