fix nsis arguments (from switching to linux)

This commit is contained in:
OMGeeky
2025-10-02 17:10:23 +02:00
parent 4293095e8e
commit 1b643f4aa1

View File

@@ -49,7 +49,7 @@ jobs:
uses: joncloud/makensis-action@v4
with:
script-file: packaging/Windows/ATCS_Installer.nsi
arguments: /DVERSION="${{ env.VERSION }}"
arguments: -DVERSION="${{ env.VERSION }}"
continue-on-error: true
- name: Determine Upload Files