From df7d3905bf34d939a41deb54de036b8c9eb2dc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?laurent=20bernab=C3=A9?= Date: Fri, 22 Nov 2024 16:23:41 +0100 Subject: [PATCH] Correct certificate step in windows workflow (10) --- .github/workflows/windows.yml | 7 ++++++- AppImageBuilder.yml | 2 +- Basic_chess_endgames.desktop | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e8d0902..ea4d27a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,9 +31,14 @@ jobs: env: CERTIFICATE_BASE64: ${{ secrets.MSIX_CERTIFICATE_BASE64 }} + - name: Debug [TEMP !!!] + run: echo $(( ${#PASS} * 6 )) + env: + PASS: ${{ secrets.MSIX_CERTIFICATE_PASSWORD }} + - name: Use MSIX certificate env: - APP_VERSION: 4.0.136.0 + APP_VERSION: 4.0.138.0 MSIX_CERTIFICATE_PATH: certificate.pfx MSIX_CERTIFICATE_PASSWORD: ${{ secrets.MSIX_CERTIFICATE_PASSWORD }} run: flutter pub run msix:create --display-name Basic Chess Endgames --publisher-display-name Laurent Bernabe --identity-name com.loloof64.basicchessendgames --logo-path assets/images/logo.png --trim-logo false --languages en,fr,es --version $APP_VERSION --certificate-path $MSIX_CERTIFICATE_PATH --certificate-password $MSIX_CERTIFICATE_PASSWORD diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 0f158ca..4cae72f 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -15,7 +15,7 @@ AppDir: id: com.loloof64.basic_chess_endgames name: BasicChessEndgames icon: icon - version: 4.0.136 + version: 4.0.138 exec: basicchessendgamestrainer exec_args: $@ apt: diff --git a/Basic_chess_endgames.desktop b/Basic_chess_endgames.desktop index 366f08e..f7c408b 100644 --- a/Basic_chess_endgames.desktop +++ b/Basic_chess_endgames.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=4.0.136 +Version=4.0.138 Name=BasicChessEndgames Comment=Generate a chess position and play with it Exec=basicchessendgamestrainer diff --git a/pubspec.yaml b/pubspec.yaml index db9433c..c9482f6 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.0.136+17 +version: 4.0.138+17 environment: sdk: '>=3.0.5 <4.0.0'