Skip to content

Commit

Permalink
🎉 0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Sep 17, 2024
1 parent a37b78e commit 0d1d97e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.23"
APP_VERSION: "0.2.26"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.23"
APP_VERSION: "0.2.26"
QT_VERSION: "6.7.1"

#-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.23"
APP_VERSION: "0.2.26"
QT_VERSION: "6.7.1"

#-------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions deploy_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ echo '---- Compressing package'

echo '---- Creating installer'
mv $APP_NAME windows/$APP_NAME
cp windows/$APP_NAME.ico windows/$APP_NAME/$APP_NAME.ico
makensis windows/setup.nsi
mv windows/*.exe $APP_NAME-$APP_VERSION-win64.exe

0 comments on commit 0d1d97e

Please sign in to comment.