Update and rename blank.yml to build.yml

This commit is contained in:
seerge
2023-02-13 15:47:25 +01:00
committed by GitHub
parent b0ea50dde0
commit acbeb6bac2

View File

@@ -29,5 +29,6 @@ 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