We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d67d7a commit a887f02Copy full SHA for a887f02
.github/workflows/cross.yml
@@ -67,6 +67,7 @@ jobs:
67
68
- name: Create NSIS Installer
69
run: |
70
+ sed -i -e "s/~SHA~/${{ github.sha }}/g" nsis/pidgin-meshtastic-installer.nsi
71
makensis nsis/pidgin-meshtastic-installer.nsi
72
73
- name: archive
nsis/pidgin-meshtastic-installer.nsi
@@ -2,7 +2,7 @@
2
3
; HM NIS Edit Wizard helper defines
4
!define PRODUCT_NAME "Pidgin Meshtastic Plugin"
5
-!define PRODUCT_VERSION "0.1.0-alpha"
+!define PRODUCT_VERSION "nightly-~SHA~"
6
!define PRODUCT_PUBLISHER "dadecoza"
7
!define PRODUCT_WEB_SITE "https://github.com/dadecoza/pidgin-meshtastic"
8
0 commit comments