mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-23 07:08:45 -06:00
Fix icon path in NSIS script using PROJECT_ROOT define
This commit is contained in:
@@ -63,6 +63,7 @@ jobs:
|
||||
# Prepare arguments for makensis.exe
|
||||
$MakensisArgs = @(
|
||||
"/DVERSIONFILE=${AbsVersionFile}",
|
||||
"/DPROJECT_ROOT=${PWD.Path}",
|
||||
"distribution\windows\installer\huntarr_installer.nsi"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user