diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-15 06:37:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 06:37:35 +0000 |
commit | 462f801af20562f151cd7ad7fa70aa65695b3e22 (patch) | |
tree | ec5ab7509bc9478ac82715fe9e74381bbfc4a9df /.github | |
parent | f51ab48009e7fcfafee1d09800764fcbd5d36bf5 (diff) | |
download | abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.tar.gz abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.zip |
Guild settings 1 (#19)
* start guild settings window, tweak style
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84d93e0..0d4870c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: del /f /s /q "${{ runner.workspace }}\build\CMakeCache.txt" xcopy /E /I "${{ github.workspace }}\css" "${{ runner.workspace }}\build\css" xcopy /E /I "${{ github.workspace }}\res" "${{ runner.workspace }}\build\res" + mkdir "${{ runner.workspace }}\build\share" + xcopy /E /I "${{ github.workspace }}\ci\gtk-for-windows\gtk-nsis-pack\share\glib-2.0" "${{ runner.workspace }}\build\share\glib-2.0" copy "${{ github.workspace }}\ci\vcpkg\installed\x64-windows\tools\glib\gspawn-win64-helper.exe" "${{ runner.workspace }}\build\gspawn-win64-helper.exe" copy "${{ github.workspace }}\ci\vcpkg\installed\x64-windows\tools\glib\gspawn-win64-helper-console.exe" "${{ runner.workspace }}\build\gspawn-win64-helper-console.exe" |