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 37b3ac7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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,11 +107,9 @@ 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
"C:\Program Files (x86)\WiX Toolset v3.11\bin\heat.exe" dir target\gtk4 -gg -sfrag -template:fragment -out target\gtk4\gtk4.wxs -cg GTK -dr GTK
cargo wix --include target\gtk4\gtk4.wxs --profile production
if: runner.os == 'Windows'

Expand Down

0 comments on commit 37b3ac7

Please sign in to comment.