Skip to content

Commit a887f02

Browse files
committed
installer version number
1 parent 7d67d7a commit a887f02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
6868
- name: Create NSIS Installer
6969
run: |
70+
sed -i -e "s/~SHA~/${{ github.sha }}/g" nsis/pidgin-meshtastic-installer.nsi
7071
makensis nsis/pidgin-meshtastic-installer.nsi
7172
7273
- name: archive

nsis/pidgin-meshtastic-installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)