mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
More mac compile script simplification
This commit is contained in:
@ -6,9 +6,11 @@ macdeployqt YACReader.app
|
||||
macdeployqt YACReaderLibrary.app -qmldir=YACReaderLibrary/qml
|
||||
macdeployqt YACReaderLibraryServer.app
|
||||
|
||||
#TODO: This copies unneeded stuff into the respective apps
|
||||
cp -R utils YACReader.app/Contents/MacOS/
|
||||
cp -R utils YACReaderLibrary.app/Contents/MacOS/
|
||||
cp -R utils YACReaderLibraryServer.app/Contents/MacOS/
|
||||
|
||||
cp -R release/server YACReaderLibrary.app/Contents/MacOS/
|
||||
cp -R release/server YACReaderLibraryServer.app/Contents/MacOS/
|
||||
cp -R release/languages YACReader.app/Contents/MacOS/
|
||||
|
Reference in New Issue
Block a user