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