Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Nov 20, 2024
1 parent 0efb1b4 commit 3ff1ed7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelogs/2.13.15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changes in 2.13.15

- Fix DLC recognition for EU4 in cases where the Steam Updater did not properly clean up files
- Fix CTRL+SHIFT+R possibly launching multiple game instances when multiple save loading operations were queued

1 change: 1 addition & 0 deletions misc/macos_notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ditto -c -k --sequesterRsrc --keepParent "$APP_DIR" "$ARCHIVE"
echo "Notarize app"
ID=$(xcrun notarytool submit "$ARCHIVE" --keychain-profile "notarytool-profile" --wait | grep -o -i -E '[0-9A-F]{8}-[0-9A-F]{4}-[4][0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}' | head -1)
echo "Submission ID is $ID"
sleep 5
xcrun notarytool log "$ID" --keychain-profile "notarytool-profile"

# Finally, we need to "attach the staple" to our executable, which will allow our app to be
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.15-SNAPSHOT
2.13.15

0 comments on commit 3ff1ed7

Please sign in to comment.