From 926fac38cf6b05af10702a5e7b486ec2594652cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?laurent=20bernab=C3=A9?= Date: Wed, 18 Dec 2024 18:30:36 +0100 Subject: [PATCH] Fix windows issue related to stockfish plugin (3) --- AppImageBuilder.yml | 2 +- Basic_chess_endgames.desktop | 2 +- CHANGELOG.md | 2 +- ios/Flutter/Generated.xcconfig | 2 +- ios/Flutter/flutter_export_environment.sh | 2 +- macos/Flutter/ephemeral/Flutter-Generated.xcconfig | 2 +- macos/Flutter/ephemeral/flutter_export_environment.sh | 2 +- pubspec.yaml | 6 +++--- windows/inno_setup.iss | 3 ++- 9 files changed, 12 insertions(+), 11 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 817757b..773ce76 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -15,7 +15,7 @@ AppDir: id: com.loloof64.basic_chess_endgames name: BasicChessEndgames icon: icon - version: 4.2.4 + version: 4.2.5 exec: basicchessendgamestrainer exec_args: $@ apt: diff --git a/Basic_chess_endgames.desktop b/Basic_chess_endgames.desktop index f82613e..db19b44 100644 --- a/Basic_chess_endgames.desktop +++ b/Basic_chess_endgames.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=4.2.4 +Version=4.2.5 Name=BasicChessEndgames Comment=Generate a chess position and play with it Exec=basicchessendgamestrainer diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bdfba..66f0bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.2.4 +## 4.2.5 * Minor fixes * Rename window title in desktop version diff --git a/ios/Flutter/Generated.xcconfig b/ios/Flutter/Generated.xcconfig index 7a99c6e..6f39797 100644 --- a/ios/Flutter/Generated.xcconfig +++ b/ios/Flutter/Generated.xcconfig @@ -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.4 +FLUTTER_BUILD_NAME=4.2.5 FLUTTER_BUILD_NUMBER=17 EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh index 7bd3416..aadf8e8 100755 --- a/ios/Flutter/flutter_export_environment.sh +++ b/ios/Flutter/flutter_export_environment.sh @@ -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.4" +export "FLUTTER_BUILD_NAME=4.2.5" export "FLUTTER_BUILD_NUMBER=17" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=true" diff --git a/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/macos/Flutter/ephemeral/Flutter-Generated.xcconfig index 5e334ec..7dfa754 100644 --- a/macos/Flutter/ephemeral/Flutter-Generated.xcconfig +++ b/macos/Flutter/ephemeral/Flutter-Generated.xcconfig @@ -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.4 +FLUTTER_BUILD_NAME=4.2.5 FLUTTER_BUILD_NUMBER=17 DART_OBFUSCATION=false TRACK_WIDGET_CREATION=true diff --git a/macos/Flutter/ephemeral/flutter_export_environment.sh b/macos/Flutter/ephemeral/flutter_export_environment.sh index c0d58fd..df22e7d 100755 --- a/macos/Flutter/ephemeral/flutter_export_environment.sh +++ b/macos/Flutter/ephemeral/flutter_export_environment.sh @@ -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.4" +export "FLUTTER_BUILD_NAME=4.2.5" export "FLUTTER_BUILD_NUMBER=17" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=true" diff --git a/pubspec.yaml b/pubspec.yaml index fca1aca..89b25dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.4+18 +version: 4.2.5+18 environment: sdk: '>=3.0.5 <4.0.0' @@ -52,8 +52,8 @@ dependencies: antlr4: ^4.13.2 logger: ^2.5.0 http: ^1.2.2 - slang: ^4.2.4 - slang_flutter: ^4.2.4 + slang: ^4.2.5 + slang_flutter: ^4.2.5 path_provider: ^2.1.5 path: ^1.9.0 window_manager: ^0.4.3 diff --git a/windows/inno_setup.iss b/windows/inno_setup.iss index 4062de0..c8e41b8 100644 --- a/windows/inno_setup.iss +++ b/windows/inno_setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Basic Chess Endgames" -#define MyAppVersion "4.2.4" +#define MyAppVersion "4.2.5" #define MyAppPublisher "Laurent Bernabe" #define MyAppExeName "basicchessendgamestrainer.exe" @@ -45,6 +45,7 @@ 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\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