Skip to content

Commit

Permalink
Fix Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Dec 5, 2023
1 parent 77f6f1f commit ec51387
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
CARGO_INCREMENTAL: 0

jobs:
executables:
release:
strategy:
matrix:
build:
Expand Down Expand Up @@ -107,8 +107,7 @@ jobs:

- name: Package (Windows)
run: |
Remove-Item -Recurse -Force target/gtk4
New-Item target/gtk4 -ItemType Directory
New-Item target\gtk4 -ItemType Directory
Copy-Item -Path C:\gtk-build\gtk\x64\release\bin\*.dll -Destination target\gtk4
heat dir target\gtk4 -gg -sfrag -template:fragment -out target\gtk4\gtk4.wxs -cg GTK -dr GTK
# TODO
Expand Down

0 comments on commit ec51387

Please sign in to comment.