Skip to content

Commit e4f813c

Browse files
committed
Finalize release v0.4.8: Clean up release notes and fix macOS icon versioning
1 parent e715587 commit e4f813c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

create_mac_app.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ cat > "$APP_BUNDLE/Contents/Info.plist" <<EOF
5757
<string>$APP_NAME</string>
5858
<key>CFBundleIdentifier</key>
5959
<string>app.playerr.desktop</string>
60+
<key>CFBundleShortVersionString</key>
61+
<string>0.4.8</string>
6062
<key>CFBundleVersion</key>
61-
<string>0.4.5</string>
63+
<string>0.4.8</string>
6264
<key>CFBundlePackageType</key>
6365
<string>APPL</string>
6466
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)