Skip to content

Commit

Permalink
Fix windows build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Dec 20, 2017
1 parent 3983245 commit 2bad6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/windows/Bisq.iss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ OutputBaseFilename=Bisq
Compression=lzma
SolidCompression=yes
PrivilegesRequired=lowest
SetupIconFile=Bisq.ico
SetupIconFile=Bisq\Bisq.ico
UninstallDisplayIcon={app}\Bisq.ico
UninstallDisplayName=Bisq
UninstallDisplayName=Bisq
WizardImageStretch=No
WizardSmallImageFile=Bisq-setup-icon.bmp
ArchitecturesInstallIn64BitMode=x64
Expand Down

0 comments on commit 2bad6db

Please sign in to comment.