From ea0f55bc6c92402ecbbc2af14c3e1074988cb413 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 6 Nov 2020 00:36:30 +0100 Subject: [pkg] customize windows installer I kind of liked the "classic" style more (looks cleaner), but it looks like we only can customize the logo etc with the "modern" look and feel in windows. I think the way to go would be to add a QStyleSheet to the installer (and adding logo etc there), but I think that is going to take some reading. this is not too bad for now, at least we can put logos to differentiate riseup/calyx etc. --- branding/templates/qtinstaller/installer.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branding/templates/qtinstaller/installer.pro') diff --git a/branding/templates/qtinstaller/installer.pro b/branding/templates/qtinstaller/installer.pro index ec800c1..3d65334 100644 --- a/branding/templates/qtinstaller/installer.pro +++ b/branding/templates/qtinstaller/installer.pro @@ -5,7 +5,7 @@ CONFIG -= debug_and_release INPUT = $$PWD/config/config.xml $$PWD/packages inst.input = INPUT inst.output = $$INSTALLER -inst.commands = binarycreator -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT} +inst.commands = binarycreator --ignore-translations -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT} inst.CONFIG += target_predeps no_link combine QMAKE_EXTRA_COMPILERS += inst -- cgit v1.2.3