test
This commit is contained in:
parent
ecc709e808
commit
b149ae1a2c
@ -94,10 +94,14 @@ if [ $is_linux = true ]; then
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Fix .dylib linking.
|
# Fix .dylib linking.
|
||||||
install_name_tool -change "librssguard.dylib" "@executable_path/librssguard.dylib" "RSS Guard.app/Contents/MacOS/rssguard"
|
#install_name_tool -change "librssguard.dylib" "@executable_path/librssguard.dylib" "RSS Guard.app/Contents/MacOS/rssguard"
|
||||||
|
|
||||||
otool -L "RSS Guard.app/Contents/MacOS/rssguard"
|
otool -L "RSS Guard.app/Contents/MacOS/rssguard"
|
||||||
macdeployqt "./RSS Guard.app" -dmg
|
macdeployqt "RSS Guard.app"
|
||||||
|
|
||||||
|
curl "https://raw.githubusercontent.com/iltommi/macdeployqtfix/master/macdeployqtfix.py" "fix.py"
|
||||||
|
|
||||||
|
python fix.py "RSS Guard.app/Contents/MacOS/rssguard" "$QTPATH/$QTVERSION/clang_64"
|
||||||
|
|
||||||
|
|
||||||
# Rename DMG.
|
# Rename DMG.
|
||||||
set -- *.dmg
|
set -- *.dmg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user