Skip to content

Commit

Permalink
build with ps2exe
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWertman committed Sep 25, 2024
1 parent e758175 commit 365cd68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install ps2exe module via PSGallery
shell: pwsh
shell: powershell
run: |
Set-PSRepository PSGallery -InstallationPolicy Trusted
Install-Module -Name ps2exe -Force
Import-Module -Name ps2exe
- name: Build exe from glt_launcher.ps1
shell: powershell
run: |
Invoke-ps2exe -noConsole .\glt_launcher.ps1 .\glt_launcher.exe
- name: Setup package directory
shell: powershell
Expand Down

0 comments on commit 365cd68

Please sign in to comment.