Small bash script to run macdeployqt then clean up unused frameworks
This commit is contained in:
parent
428aff52a5
commit
70f0297d20
1 changed files with 10 additions and 0 deletions
10
app/package.sh
Executable file
10
app/package.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd ../build
|
||||||
|
macdeployqt fstl.app
|
||||||
|
cd fstl.app/Contents/PlugIns
|
||||||
|
rm -rf accessible audio imageformats mediaservice playlistformats position printsupport qml1tooling sensorgestures sensors
|
||||||
|
cd ../Frameworks
|
||||||
|
rm -rf QtDeclarative.framework QtMultimedia.framework QtMultimediaWidgets.framework QtNetwork.framework QtPositioning.framework QtQml.framework QtQuick.framework QtScript.framework QtSensors.framework QtSql.framework QtXmlPatterns.framework
|
||||||
|
cd ../Resources
|
||||||
|
rm empty.lproj
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue