makensis seems to be in PATH in GitHub env

This commit is contained in:
Simran Spiller
2020-09-18 00:08:43 +02:00
parent a9242f0235
commit e1baa154b4
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
run: |
copy %GITHUB_WORKSPACE%\app\packaging\windows\nsis\* .
copy %GITHUB_WORKSPACE%\LICENSE .
"C:/Program Files (x86)/NSIS/makensis.exe" -V4 -DX64 "-XOutFile %PKGNAME%.exe" olive.nsi
makensis -V4 -DX64 "-XOutFile %PKGNAME%.exe" olive.nsi
- name: Deploy Portable
working-directory: ${{ runner.workspace }}/build