mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
Change linking of dylib.
This commit is contained in:
parent
af57e4eb3b
commit
935da14bdf
@ -30,7 +30,7 @@
|
||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="3.6.1" date="2020-05-07"/>
|
||||
<release version="3.6.1" date="2020-05-12"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
@ -10,8 +10,11 @@ make install
|
||||
|
||||
# Make DMG image.
|
||||
cd "src/rssguard"
|
||||
make dmg
|
||||
|
||||
# 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"
|
||||
make dmg
|
||||
|
||||
# Rename DMG.
|
||||
set -- *.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user