diff options
Diffstat (limited to 'branding')
-rw-r--r-- | branding/templates/qtinstaller/config/config.xml | 1 | ||||
-rw-r--r-- | branding/templates/qtinstaller/installer.pro | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/branding/templates/qtinstaller/config/config.xml b/branding/templates/qtinstaller/config/config.xml index df7b6d4..0de8db9 100644 --- a/branding/templates/qtinstaller/config/config.xml +++ b/branding/templates/qtinstaller/config/config.xml @@ -4,6 +4,7 @@ <Version>$VERSION</Version> <Title>$APPNAME Installer ($VERSION)</Title> <Publisher>LEAP Encryption Access Project</Publisher> + <ProductUrl>https://leap.se</ProductUrl> <AllowNonAsciiCharacters>false</AllowNonAsciiCharacters> <Logo>installer-logo.png</Logo> <InstallerApplicationIcon>installer-icon</InstallerApplicationIcon> diff --git a/branding/templates/qtinstaller/installer.pro b/branding/templates/qtinstaller/installer.pro index 3d65334..6aab843 100644 --- a/branding/templates/qtinstaller/installer.pro +++ b/branding/templates/qtinstaller/installer.pro @@ -1,4 +1,5 @@ !defined(INSTALLER, var):INSTALLER= "BitmaskVPN-Installer-git" +!defined(TARGET, var):TARGET= "bitmask-vpn" TEMPLATE = aux CONFIG -= debug_and_release @@ -8,6 +9,8 @@ inst.output = $$INSTALLER inst.commands = binarycreator --ignore-translations -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT} inst.CONFIG += target_predeps no_link combine +QMAKE_TARGET_BUNDLE_PREFIX = se.leap +QMAKE_BUNDLE = $$TARGET QMAKE_EXTRA_COMPILERS += inst OTHER_FILES += \ |