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:
push:
branches:
- main
- master
workflow_dispatch:
jobs:

View File

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