mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-19 20:22:56 +08:00
5 lines
258 B
Bash
5 lines
258 B
Bash
#! /bin/bash
|
|
mkdir bin/release/TaoQuickApp.app/Contents/Resources/qml
|
|
/usr/local/opt/qt/bin/macdeployqt bin/release/TaoQuickApp.app -qmldir=/usr/local/opt/qt/qml -verbose=1 -dmg
|
|
mv bin/release/TaoQuickApp.dmg bin/release/TaoQuickApp_macos10-14_xcode10-2.dmg
|