revert
This commit is contained in:
parent
d45e3d504e
commit
8d3cd5df5c
1 changed files with 2 additions and 6 deletions
|
@ -94,14 +94,10 @@ if [ $is_linux = true ]; then
|
|||
fi
|
||||
else
|
||||
# Fix .dylib linking.
|
||||
#install_name_tool -change "librssguard.dylib" "@executable_path/librssguard.dylib" "RSS Guard.app/Contents/MacOS/rssguard"
|
||||
otool -L "RSS Guard.app/Contents/MacOS/rssguard"
|
||||
macdeployqt "RSS Guard.app"
|
||||
install_name_tool -change "librssguard.dylib" "@executable_path/librssguard.dylib" "RSS Guard.app/Contents/MacOS/rssguard"
|
||||
|
||||
curl "https://raw.githubusercontent.com/iltommi/macdeployqtfix/master/macdeployqtfix.py" -o "fix.py"
|
||||
|
||||
python fix.py "RSS Guard.app/Contents/MacOS/rssguard" "$QTPATH/$QTVERSION/clang_64"
|
||||
otool -L "RSS Guard.app/Contents/MacOS/rssguard"
|
||||
macdeployqt "./RSS Guard.app" -dmg
|
||||
|
||||
# Rename DMG.
|
||||
set -- *.dmg
|
||||
|
|
Loading…
Add table
Reference in a new issue