diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3a3f484..316e1639 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,5 @@ jobs: - name: Wrap PS script into EXE shell: pwsh run: | - Install-Module ps2exe - ps2exe .\gpu.ps1 g14-helper.exe -title 'G14 Helper' -DPIAware -winFormsDPIAware -requireAdmin -iconFile 'standard.ico' -noConsole -copyright 'G14 Helper Tool' -noOutput - + Install-Module ps2exe -AllowClobber -Verbose -AcceptLicense -Confirm:$false + ps2exe .\gpu.ps1 g14-helper.exe -title 'G14 Helper' -DPIAware -winFormsDPIAware -requireAdmin -iconFile 'standard.ico' -noConsole -copyright 'G14 Helper Tool' -noOutput