Skip to content
Snippets Groups Projects
Unverified Commit 0da23a39 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] avoid release flag in windows to fix qml pkg bug

parent e01a926f
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,9 @@ endif
@cp "/c/Program Files/OpenVPN/bin/openvpn.exe" ${INST_DATA}
@cp "/c/Program Files/OpenVPN/bin/"*.dll ${INST_DATA}
ifeq (${RELEASE}, yes)
@windeployqt --release --qmldir gui/qml ${INST_DATA}${TARGET}.exe
#@windeployqt --release --qmldir gui/qml ${INST_DATA}${TARGET}.exe
#FIXME -- cannot find platform plugin
@windeployqt --qmldir gui/qml ${INST_DATA}${TARGET}.exe
else
@windeployqt --qmldir gui/qml ${INST_DATA}${TARGET}.exe
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment