Skip to content

Commit

Permalink
Change styling to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Nov 30, 2024
1 parent 57ad2c9 commit 9eb0776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
cp "${{ github.workspace }}\${{ env.dep_folder }}\bin\libplacebo-*.dll" chiaki-ng-Win
cp "${{ github.workspace }}\${{ env.dep_folder }}\bin\shaderc_shared.dll" chiaki-ng-Win
cp "${{ github.workspace }}\${{ env.dep_folder }}\bin\spirv-cross-c-shared.dll" chiaki-ng-Win
echo "import QtWebEngine; WebEngineView {}" > "$PWD/gui/src/qml/qtwebengine_import.qml"
windeployqt.exe --no-translations --qmldir=gui/src/qml/ chiaki-ng-Win\chiaki.exe
echo "import QtWebEngine; WebEngineView {}" > gui\src\qml\qtwebengine_import.qml
windeployqt.exe --no-translations --qmldir=gui\src\qml chiaki-ng-Win\chiaki.exe
- name: Compile .ISS to .EXE Installer
uses: Minionguyjpro/[email protected]
Expand Down

0 comments on commit 9eb0776

Please sign in to comment.