summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali <kali@leap.se>2021-07-15 18:20:18 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-07-15 18:21:53 +0200
commitae096096e34de7e84047a29e487103f7ce6c391a (patch)
treea9b6c1233d13c37d1b0be456a2508bd2217cbc7e /Makefile
parent8fd0fcc5eaa9b5fc7692304cdf24560dfb8862ab (diff)
[pkg] fix typos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08021da..94afb38 100644
--- a/Makefile
+++ b/Makefile
@@ -257,6 +257,7 @@ notarize_all:
APPNAME=${APPNAME} VERSION=${VERSION} TARGET=${TARGET} OSXAPPPASS=${OSXAPPPASS} branding/scripts/osx-stapler.sh
# --------------------
+# TODO test and remove
notarize_installer:
# courtesy of https://skyronic.com/2019/07/app-notarization-for-qt-applications/
@@ -278,10 +279,10 @@ create_dmg:
ifeq (${PLATFORM}, darwin)
@create-dmg deploy/${APPNAME}-${VERSION}.dmg build/installer/${APPNAME}-installer-${VERSION}.app
endif
-
# --------------------
+
check_qtifw:
ifdef HAS_QTIFW
@echo "[+] Found QTIFW"