Skip to content

Commit

Permalink
installer version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dadecoza committed Dec 11, 2024
1 parent 7d67d7a commit a887f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Create NSIS Installer
run: |
sed -i -e "s/~SHA~/${{ github.sha }}/g" nsis/pidgin-meshtastic-installer.nsi
makensis nsis/pidgin-meshtastic-installer.nsi
- name: archive
Expand Down
2 changes: 1 addition & 1 deletion nsis/pidgin-meshtastic-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Pidgin Meshtastic Plugin"
!define PRODUCT_VERSION "0.1.0-alpha"
!define PRODUCT_VERSION "nightly-~SHA~"
!define PRODUCT_PUBLISHER "dadecoza"
!define PRODUCT_WEB_SITE "https://github.com/dadecoza/pidgin-meshtastic"

Expand Down

0 comments on commit a887f02

Please sign in to comment.