another attempt with nsis..

This commit is contained in:
DJ2LS 2024-01-31 10:21:54 +01:00
parent 1bba117db2
commit a979b84339
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
uses: joncloud/makensis-action@v4
with:
script-file: "freedata-server-nsis-config.nsi"
arguments: '/DGITHUB_WORKSPACE="${{ $GITHUB_WORKSPACE }}" /V3'
arguments: '/V3'
- name: LIST ALL FILES
run: ls -R

View file

@ -26,7 +26,7 @@ Section "MainSection" SEC01
SetOutPath $INSTDIR
; Add the entire FreeData Server directory
File /r "${GITHUB_WORKSPACE}\modem\server.dist\*.*"
File /r "modem\server.dist\*.*"
; Write the installation path to the registry
WriteRegStr HKCU "Software\FreeDataServer" "Install_Dir" "$INSTDIR"