diff options
author | kali <kali@leap.se> | 2021-11-30 13:51:46 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 13:54:01 +0100 |
commit | 451f6fef9d707e121cd3d14b3114f7be4e3b2444 (patch) | |
tree | 4103ca7f1dfd1b178a14d808484b9535c744f991 /Makefile | |
parent | e5885ffb03107246e466967a97ca40c1d52e631d (diff) |
[pkg] fix makefile, installer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -206,10 +206,10 @@ ifeq (${PLATFORM}, darwin) @cp build/bin/${PLATFORM}/bitmask-helper ${INST_DATA}/ ifeq (${RELEASE}, yes) @echo "[+] Running macdeployqt (release mode)" - @macdeployqt ${QTBUILD}/release/${PROVIDER}-vpn.app -qmldir=gui/qml ${MACDEPLOYQT_OPTS} + @macdeployqt ${QTBUILD}/release/${PROVIDER}-vpn.app -qmldir=gui/components ${MACDEPLOYQT_OPTS} else @echo "[+] Running macdeployqt (debug mode)" - @macdeployqt ${QTBUILD}/release/${PROVIDER}-vpn.app -qmldir=gui/qml + @macdeployqt ${QTBUILD}/release/${PROVIDER}-vpn.app -qmldir=gui/components endif @cp -r "${QTBUILD}/release/${TARGET}.app"/ ${INST_DATA}/ endif |