Skip to content

Commit

Permalink
Fix links on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 8, 2024
1 parent 714f1ae commit d14a37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ jobs:
Copy-Item -Path C:\gtk-build\gtk\x64\release\bin\*.dll -Destination target\wix\gtk4\bin
Copy-Item -Path C:\gtk-build\gtk\x64\release\bin\gdbus.exe -Destination target\wix\gtk4\bin
Copy-Item -Path C:\gtk-build\gtk\x64\release\bin\gspawn-win64-helper.exe -Destination target\wix\gtk4\bin
Copy-Item -Path C:\gtk-build\gtk\x64\release\bin\gspawn-win64-helper-console.exe -Destination target\wix\gtk4\bin
Copy-Item -Path C:\gtk-build\gtk\x64\release\lib\gdk-pixbuf-2.0\2.10.0\loaders\*.dll -Destination target\wix\gtk4\lib\gdk-pixbuf-2.0\2.10.0\loaders
Copy-Item -Path C:\gtk-build\gtk\x64\release\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache -Destination target\wix\gtk4\lib\gdk-pixbuf-2.0\2.10.0
Expand Down
2 changes: 2 additions & 0 deletions res/windows/wix/space-acres.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
</Component>
<Component Id='gtk4' Guid='f34c20a7-fec1-4afa-b06c-0945bbbc420f'>
<File Id='gdbus.exe' Name='gdbus.exe' DiskId='1' Source='target\wix\gtk4\bin\gdbus.exe' />
<File Id='gspawn_win64_helper.exe' Name='gspawn-win64-helper.exe' DiskId='1' Source='target\wix\gtk4\bin\gspawn-win64-helper.exe' />
<File Id='gspawn_win64_helper_console.exe' Name='gspawn-win64-helper-console.exe' DiskId='1' Source='target\wix\gtk4\bin\gspawn-win64-helper-console.exe' />

<File Id='asprintf.dll' Name='asprintf.dll' DiskId='1' Source='target\wix\gtk4\bin\asprintf.dll' />
<File Id='cairo_2.dll' Name='cairo-2.dll' DiskId='1' Source='target\wix\gtk4\bin\cairo-2.dll' />
Expand Down

0 comments on commit d14a37d

Please sign in to comment.