mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
9 lines
267 B
Bash
Executable File
9 lines
267 B
Bash
Executable File
#!/bin/bash
|
|
macdeployqt YACReader.app
|
|
macdeployqt YACReaderLibrary.app
|
|
cp -R ./utils ./YACReader.app/Contents/MacOS/
|
|
cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/
|
|
cd ./YACReaderLibrary.app/Contents/MacOS/
|
|
ln -s ../../../YACReader.app/Contents/MacOS/YACReader
|
|
|