From d03adde91ec69e69d9afc1f6d80095b20264d324 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 24 Aug 2016 13:21:06 +0200 Subject: [PATCH] Better name of DMG file. --- resources/macosx/Info.plist.in | 2 +- resources/scripts/.travis-install-osx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/macosx/Info.plist.in b/resources/macosx/Info.plist.in index 702d901f4..e6f5bc64f 100755 --- a/resources/macosx/Info.plist.in +++ b/resources/macosx/Info.plist.in @@ -15,7 +15,7 @@ CFBundleIconFile @ICON@ CFBundleIdentifier - org.rssguard.RSSGuard + org.martinrotter.rssguard CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/resources/scripts/.travis-install-osx.sh b/resources/scripts/.travis-install-osx.sh index 652634d15..e2e748014 100755 --- a/resources/scripts/.travis-install-osx.sh +++ b/resources/scripts/.travis-install-osx.sh @@ -6,4 +6,4 @@ make make install macdeployqt rssguard.app -dmg ls -lha -curl --upload-file ./*.dmg https://transfer.sh/dmgdmg \ No newline at end of file +curl --upload-file ./*.dmg https://transfer.sh/rssguard.dmg \ No newline at end of file