From a577c137d70bef8c7a439359defd880d23dae2b0 Mon Sep 17 00:00:00 2001 From: seerge Date: Mon, 13 Feb 2023 15:56:07 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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