diff options
author | kali <kali@win> | 2020-11-06 00:36:30 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-11-06 00:38:40 +0100 |
commit | ea0f55bc6c92402ecbbc2af14c3e1074988cb413 (patch) | |
tree | bf83aa0d446fc950a5c2033d0d13cdd7dda3f12d /Makefile | |
parent | 5d8fc3c0dbba76610cf797e98c8e9a60b07c2d4c (diff) |
[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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -142,6 +142,9 @@ installer: check_qtifw checksign @cp -r ${TEMPLATES}/qtinstaller/packages ${INSTALLER} @cp -r ${TEMPLATES}/qtinstaller/installer.pro ${INSTALLER} @cp -r ${TEMPLATES}/qtinstaller/config ${INSTALLER} + @cp ${VENDOR_PATH}/assets/icon.ico ${INSTALLER}/config/installer-icon.ico + @cp ${VENDOR_PATH}/assets/icon.icns ${INSTALLER}/config/installer-icon.icns + @cp ${VENDOR_PATH}/assets/installer-logo.png ${INSTALLER}/config/installer-logo.png ifeq (${PLATFORM}, darwin) @mkdir -p ${INST_DATA}/helper @VERSION=${VERSION} VENDOR_PATH=${VENDOR_PATH} ${SCRIPTS}/gen-qtinstaller osx ${INSTALLER} |