mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Use bundle identifier owned by @ripcurlx
This commit is contained in:
parent
a37df8e9c1
commit
7af493b9d8
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue