Skip to content

Commit

Permalink
Fix setup build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Sep 15, 2015
1 parent ec191d8 commit 71d7604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup-data/setup-base.iss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ OutputDir=setup
OutputBaseFilename=gettext{#MyGettextVer}-iconv{#MyIconvVer}-{#MyVersionCodeName}

[Files]
Source: "compiled\out-{#MyVersionCodeName}\bin\*.dll"; DestDir: "{app}"
Source: "compiled\out-{#MyVersionCodeName}\bin\*.exe"; DestDir: "{app}"
Source: "compiled\out-{#MyVersionCodeName}\bin\*.*"; Excludes: "*.sh,autopoint,gettextize,xmlwf"; DestDir: "{app}"
Source: "compiled\out-{#MyVersionCodeName}\lib\gettext\*.exe"; DestDir: "{app}"
Source: "cldr\*.*"; DestDir: "{app}"
Source: setup-data\license.txt; DestDir: "{app}"
Expand Down

0 comments on commit 71d7604

Please sign in to comment.