Skip to content

Commit

Permalink
Fix windows executable
Browse files Browse the repository at this point in the history
  • Loading branch information
loloof64 committed Jan 10, 2025
1 parent 3dcdf59 commit b121b74
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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.2.9
version: 4.2.10
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.2.9
Version=4.2.10
Name=BasicChessEndgames
Comment=Generate a chess position and play with it
Exec=basicchessendgamestrainer
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.2.9
## 4.2.10

* Minor fixes
* Rename window title in desktop version
Expand Down
2 changes: 1 addition & 1 deletion ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=4.2.9
FLUTTER_BUILD_NAME=4.2.10
FLUTTER_BUILD_NUMBER=17
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
Expand Down
2 changes: 1 addition & 1 deletion ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endg
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=4.2.9"
export "FLUTTER_BUILD_NAME=4.2.10"
export "FLUTTER_BUILD_NUMBER=17"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter
FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=4.2.9
FLUTTER_BUILD_NAME=4.2.10
FLUTTER_BUILD_NUMBER=17
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export "FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter"
export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=4.2.9"
export "FLUTTER_BUILD_NAME=4.2.10"
export "FLUTTER_BUILD_NUMBER=17"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
Expand Down
6 changes: 3 additions & 3 deletions 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.2.9+18
version: 4.2.10+18

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down Expand Up @@ -52,8 +52,8 @@ dependencies:
antlr4: ^4.13.2
logger: ^2.5.0
http: ^1.2.2
slang: ^4.2.9
slang_flutter: ^4.2.9
slang: ^4.2.10
slang_flutter: ^4.2.10
path_provider: ^2.1.5
path: ^1.9.0
window_manager: ^0.4.3
Expand Down
8 changes: 4 additions & 4 deletions 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.2.9"
#define MyAppVersion "4.2.10"
#define MyAppPublisher "Laurent Bernabe"
#define MyAppExeName "basicchessendgamestrainer.exe"

Expand Down Expand Up @@ -45,9 +45,9 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{

[Files]
Source: "..\build\windows\x64\runner\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\plugins\stockfish_chess_engine\shared\Release\stockfish.dll"; DestDir: "{app}\plugins\stockfish_chess_engine\shared\Release"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\windows\x64\plugins\stockfish_chess_engine\shared\Release\stockfish.exp"; DestDir: "{app}\plugins\stockfish_chess_engine\shared\Release"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\windows\x64\plugins\stockfish_chess_engine\shared\Release\stockfish.lib"; DestDir: "{app}\plugins\stockfish_chess_engine\shared\Release"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\windows\x64\plugins\stockfish_chess_engine\shared\Release\*"; DestDir: "{app}\plugins\stockfish_chess_engine\shared\Release"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\windows\x64\plugins\screen_retriever_windows\shared\Release\*"; DestDir: "{app}\plugins\screen_retriever_windows\shared\Release"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\windows\x64\plugins\window_manager\shared\Release\*"; DestDir: "{app}\plugins\window_manager\shared\Release"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\build\windows\x64\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\nn-5af11540bbfe.nnue"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\screen_retriever_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit b121b74

Please sign in to comment.