Skip to content

Commit

Permalink
drop ilmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvukhang committed Jan 31, 2023
1 parent 7b97713 commit 0e89a0c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Install build dependencies
shell: bash
run: cinst -y ninja ilmerge
run: cinst -y ninja

- uses: actions/checkout@v3

Expand All @@ -109,14 +109,6 @@ jobs:
cd build
$Qt6_DIR/bin/windeployqt.exe CanvasSync.exe
- name: Collect everything in one .exe
shell: bash
run: |
cd build
mv CanvasSync.exe Raw.exe
ilmerge /target:winexe /out:CanvasSync.exe Raw.exe *.dll
# collect app
- shell: bash
run: |
Expand Down

0 comments on commit 0e89a0c

Please sign in to comment.