Skip to content

Commit

Permalink
Correct certificate step in windows workflow (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
loloof64 committed Nov 22, 2024
1 parent a6fd490 commit df7d390
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.136
version: 4.0.138
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.136
Version=4.0.138
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.136+17
version: 4.0.138+17

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down

0 comments on commit df7d390

Please sign in to comment.