Skip to content

Commit

Permalink
use rtf licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Feb 6, 2019
1 parent 987e4f9 commit b81b84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/win32/code.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define LocalizedLanguageFile(Language = "") \
DirExists(RepoDir + "\licenses") && Language != "" \
? ('; LicenseFile: "' + RepoDir + '\licenses\LICENSE-' + Language + '.txt"') \
: '; LicenseFile: "' + RepoDir + '\LICENSE.txt"'
? ('; LicenseFile: "' + RepoDir + '\licenses\LICENSE-' + Language + '.rtf"') \
: '; LicenseFile: "' + RepoDir + '\LICENSE.rtf"'

[Setup]
AppId={#AppId}
Expand Down

0 comments on commit b81b84f

Please sign in to comment.