Skip to content

Commit

Permalink
Fix in windows gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loloof64 committed Nov 23, 2024
1 parent dde8b13 commit cca817e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppDir:
id: com.loloof64.basic_chess_endgames
name: BasicChessEndgames
icon: icon
version: 4.0.142
version: 4.0.144
exec: basicchessendgamestrainer
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion Basic_chess_endgames.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=4.0.142
Version=4.0.144
Name=BasicChessEndgames
Comment=Generate a chess position and play with it
Exec=basicchessendgamestrainer
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 4.0.142+17
version: 4.0.144+17

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion windows/inno_build_script.iss → windows/inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Basic Chess Endgames"
#define MyAppVersion "4.0.142"
#define MyAppVersion "4.0.144"
#define MyAppPublisher "Laurent Bernabe"
#define MyAppExeName "basicchessendgamestrainer.exe"

Expand Down

0 comments on commit cca817e

Please sign in to comment.