kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Update main.yml
rodzic
477732010a
commit
d5f5852ea1
|
@ -24,10 +24,14 @@ jobs:
|
||||||
|
|
||||||
- name: Install NSIS
|
- name: Install NSIS
|
||||||
run: |
|
run: |
|
||||||
winget install -e --id NSIS.NSIS
|
$url = 'https://sourceforge.net/projects/nsis/files/NSIS%203/3.06.1/nsis-3.06.1-setup.exe/download'
|
||||||
- name: Print NSIS version
|
$installer = "$env:TEMP\installer.exe"
|
||||||
run: makensis -VERSION
|
Invoke-WebRequest $url -OutFile $installer
|
||||||
|
Start-Process -FilePath $installer -ArgumentList '/S' -Wait
|
||||||
|
|
||||||
|
- name: Build NSIS Installer
|
||||||
|
run: |
|
||||||
|
"C:\Program Files (x86)\NSIS\makensis.exe" installer.nsi
|
||||||
- name: Compile NSIS script
|
- name: Compile NSIS script
|
||||||
run: |
|
run: |
|
||||||
makensis mmrelay.nsi
|
makensis mmrelay.nsi
|
||||||
|
|
Ładowanie…
Reference in New Issue