mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
new packaging process for MacOSX (create-dmg is needed https://github.com/andreyvit/yoursway-create-dmg)
fixed settings path in MacOSX
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
#!/bin/bash
|
||||
macdeployqt YACReader.app
|
||||
macdeployqt YACReaderLibrary.app
|
||||
|
||||
/Developer/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt YACReader.app
|
||||
/Developer/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt YACReaderLibrary.app
|
||||
|
||||
cp -R ./utils ./YACReader.app/Contents/MacOS/
|
||||
cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/
|
||||
cp -R ./release/server ./YACReaderLibrary.app/Contents/MacOS/
|
||||
cp -R ./release/languages ./YACReader.app/Contents/MacOS/
|
||||
cp -R ./release/languages ./YACReaderLibrary.app/Contents/MacOS/
|
||||
cd ./YACReaderLibrary.app/Contents/MacOS/
|
||||
touch YACReaderLibrary.ini
|
||||
ln -s ../../../YACReader.app/Contents/MacOS/YACReader
|
||||
#cd ./YACReaderLibrary.app/Contents/MacOS/
|
||||
#touch YACReaderLibrary.ini
|
||||
#ln -s ../../../YACReader.app/Contents/MacOS/YACReader
|
||||
|
||||
|
Reference in New Issue
Block a user