summaryrefslogtreecommitdiff
path: root/branding/templates
diff options
context:
space:
mode:
authorkali <kali@leap.se>2020-11-21 21:12:47 +0100
committerkali kaneko (leap communications) <kali@leap.se>2020-11-21 21:18:35 +0100
commite35caad676b34cfae336e60846c539ecba0a7dc7 (patch)
treec8b6c6b31bb46ff1a03eb6e6a52c206ca1c61a58 /branding/templates
parente8399d24bc164647749839c8543faf38ff47817d (diff)
[pkg] add notarization steps for installer in osx
Diffstat (limited to 'branding/templates')
-rw-r--r--branding/templates/qtinstaller/config/config.xml1
-rw-r--r--branding/templates/qtinstaller/installer.pro3
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 += \