mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
updated compile/packaging scripts for MacOSX
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#/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
|
||||
/Users/luisangel/Qt/5.3/clang_64/bin/macdeployqt YACReader.app
|
||||
/Users/luisangel/Qt/5.3/clang_64/bin/macdeployqt YACReaderLibrary.app
|
||||
|
||||
macdeployqt YACReader.app
|
||||
macdeployqt YACReaderLibrary.app
|
||||
#macdeployqt YACReader.app
|
||||
#macdeployqt YACReaderLibrary.app
|
||||
|
||||
cp -R ./utils ./YACReader.app/Contents/MacOS/
|
||||
cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/
|
||||
|
Reference in New Issue
Block a user