Use bundle identifier owned by @ripcurlx

This commit is contained in:
Christoph Atteneder 2018-05-01 19:09:17 +02:00
parent a37df8e9c1
commit 7af493b9d8
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
<key>CFBundleName</key>
<string>Bisq</string>
<key>CFBundleIdentifier</key>
<string>io.bisq.Bisq</string>
<string>network.bisq.CAT</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>

View file

@ -33,8 +33,8 @@ echo "Using JAVA_HOME: $JAVA_HOME"
$JAVA_HOME/bin/javapackager \
-deploy \
-BappVersion=$version \
-Bmac.CFBundleIdentifier=bisq \
-Bmac.CFBundleName=Bisq \
-Bmac.CFBundleIdentifier=network.bisq \
-Bmac.CFBundleName=CAT \
-Bicon=package/osx/Bisq.icns \
-Bruntime="$JAVA_HOME/jre" \
-native dmg \