Skip to content

Commit 3ff1ed7

Browse files
committedNov 20, 2024·
Release
1 parent 0efb1b4 commit 3ff1ed7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
 

‎changelogs/2.13.15.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changes in 2.13.15
2+
3+
- Fix DLC recognition for EU4 in cases where the Steam Updater did not properly clean up files
4+
- Fix CTRL+SHIFT+R possibly launching multiple game instances when multiple save loading operations were queued
5+

‎misc/macos_notarize.sh

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ditto -c -k --sequesterRsrc --keepParent "$APP_DIR" "$ARCHIVE"
3636
echo "Notarize app"
3737
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)
3838
echo "Submission ID is $ID"
39+
sleep 5
3940
xcrun notarytool log "$ID" --keychain-profile "notarytool-profile"
4041

4142
# Finally, we need to "attach the staple" to our executable, which will allow our app to be

‎version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.13.15-SNAPSHOT
1+
2.13.15

0 commit comments

Comments
 (0)
Please sign in to comment.