diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 09:52:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:04 +0100 |
| commit | c314f25178bd32120dfc64ec72a7a94a32b1b7b0 (patch) | |
| tree | 63c327e78fea9dcc2b03272c86f30f31647c5ede /platform/windows/wscript | |
| parent | a6c709878735820af75ad887084f615fd3b8249d (diff) | |
Graphics rearrangement and probably breakage.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 5d8a64b7b..f33aaaf62 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -25,9 +25,9 @@ def write_installer(bits, version, debug): print('outFile "DCP-o-matic %s %d-bit Installer.exe"' % (version, bits), file=f) print(""" -!define MUI_ICON "%resources%/dcpomatic.ico" -!define MUI_UNICON "%resources%/dcpomatic.ico" -!define MUI_SPECIALBITMAP "%resources%/dcpomatic.bmp" +!define MUI_ICON "%graphics%/dcpomatic2.ico" +!define MUI_UNICON "%graphics%/dcpomatic2.ico" +!define MUI_SPECIALBITMAP "%graphics%/dcpomatic.bmp" !include "Sections.nsh" """, file=f) |
