Skip to content

Commit

Permalink
fix launch4j
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Sep 4, 2024
1 parent f6885d1 commit 5a808d4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ jobs:
run: |
choco install launch4j -y
- name: Find Launch4j Path and Run
- name: Run Launch4j
run: |
launch4jPath=$(choco list --local-only launch4j | grep "launch4j" | awk '{print $3}')
echo "Launch4j installed version: $launch4jPath"
launch4jExecutable="C:\ProgramData\chocolatey\lib\launch4j.$launch4jPath\tools\launch4j.exe"
echo "Using Launch4j executable at: $launch4jExecutable"
$launch4jExecutable launch4j.xml
"C:\Program Files (x86)\Launch4j\launch4j.exe" launch4j.xml
shell: bash


- name: Upload EXE artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 5a808d4

Please sign in to comment.