Fix GitHub Actions

This commit is contained in:
Vichingo455 2025-03-23 15:30:09 +01:00
parent ad8366918e
commit 775a3e07d1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: WUIsBack Nightly AutoBuilder
on: on:
push: push:
branches: branches:
- main - master
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -3,7 +3,7 @@
Name "${NAME}" Name "${NAME}"
Caption "${NAME}" Caption "${NAME}"
BrandingText "${NAME} ${VERSION} - ${DOMAIN}" BrandingText "${NAME} ${VERSION} - ${DOMAIN}"
OutFile "LegacyUpdate-${VERSION}.exe" OutFile "WUIsBack-latest.exe"
InstallDir "$PROGRAMFILES64\Legacy Update" InstallDir "$PROGRAMFILES64\Legacy Update"
InstallDirRegKey HKLM "${REGPATH_LEGACYUPDATE_SETUP}" "InstallLocation" InstallDirRegKey HKLM "${REGPATH_LEGACYUPDATE_SETUP}" "InstallLocation"