Skip to content

Commit

Permalink
fix: buggy dmg script
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt committed Dec 7, 2024
1 parent fa0c420 commit 0540326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name="PlayEm"
app_name="${name}.app"

plist_buddy_bin="/usr/libexec/PlistBuddy"
plist_path="${app_name}/Contents/Info.plist")
plist_path="${app_name}/Contents/Info.plist"

version="v"$($plist_buddy_bin -c "Print :CFBundleShortVersionString" $plist_path)
version="${version}."$($plist_buddy_bin -c "Print :CFBundleVersion" $plist_path)
Expand Down

0 comments on commit 0540326

Please sign in to comment.