Skip to content

Commit 99a29e1

Browse files
committed
Fix AUR desktop file [release]
1 parent 0cad3b4 commit 99a29e1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

dist/aur/aur.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ tasks.register('publishAUR', DefaultTask) {
5151
"/opt/$kebapProductName",
5252
'__DESCRIPTION__',
5353
"A smart savegame manager, editor, and toolbox for all current major Paradox Grand Strategy games.",
54-
'__ICON__', kebapProductName)).toString()
54+
'__ICON__', kebapProductName,
55+
'__EXECUTABLE_NAME__', jpackageExecutableName
56+
57+
)).toString()
5558
into aurBuildDir
5659
rename 'app.desktop', "${productName}.desktop"
5760
filePermissions {

dist/changelog/3.5.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Add melt button to editor for ironman saves
2+
- Automate AUR publishing, meaning that there will be no more outdated AUR builds
3+
- Fix NullPointer when starting pdxu in a root directory like C:\

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.0
1+
3.5.1

0 commit comments

Comments
 (0)