Skip to content

Commit

Permalink
Fix windows issue related to stockfish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
loloof64 committed Dec 8, 2024
1 parent e00c738 commit 13ae3d0
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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.2
version: 4.2.3
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.2
Version=4.2.3
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.2
## 4.2.3

* 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.2
FLUTTER_BUILD_NAME=4.2.3
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.2"
export "FLUTTER_BUILD_NAME=4.2.3"
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.2
FLUTTER_BUILD_NAME=4.2.3
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.2"
export "FLUTTER_BUILD_NAME=4.2.3"
export "FLUTTER_BUILD_NUMBER=17"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,10 @@ packages:
dependency: "direct main"
description:
name: stockfish_chess_engine
sha256: "517e540cfdcebc83682edf496deed504eff948490777b34d55bc27f5a1cdfe2d"
sha256: "166bf6661618d5cf06513a404c9e69921a8ef69e0eec1dd2b71db603fab594f0"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.6.0"
stream_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -976,5 +976,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.5.4 <4.0.0"
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.5"
8 changes: 4 additions & 4 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.2+18
version: 4.2.3+18

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down Expand Up @@ -46,14 +46,14 @@ dependencies:
chess_vectors_flutter: ^1.1.0
chess: ^0.8.1
flutter_riverpod: ^2.6.1
stockfish_chess_engine: ^0.5.0
stockfish_chess_engine: ^0.6.0
font_awesome_flutter: ^10.8.0
flex_color_scheme: ^8.0.1
antlr4: ^4.13.2
logger: ^2.5.0
http: ^1.2.2
slang: ^4.2.2
slang_flutter: ^4.2.2
slang: ^4.2.3
slang_flutter: ^4.2.3
path_provider: ^2.1.5
path: ^1.9.0
window_manager: ^0.4.3
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
#define MyAppVersion "4.2.3"
#define MyAppPublisher "Laurent Bernabe"
#define MyAppExeName "basicchessendgamestrainer.exe"

Expand Down

0 comments on commit 13ae3d0

Please sign in to comment.