Browse Source

Build: Fix build

pull/3551/head
Amrsatrio 1 year ago
parent
commit
78788ec461
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -167,8 +167,8 @@ jobs:
- name: Generate dxgi.dll - name: Generate dxgi.dll
shell: bash shell: bash
run: | run: |
if [[ -f "build/Release/x64/ExplorerPatcher.amd64.dll" ]]; then cp build/Release/x64/ExplorerPatcher.dll build/Release/x64/dxgi.dll; fi if [[ -f "build/Release/x64/ExplorerPatcher.amd64.dll" ]]; then cp build/Release/x64/ExplorerPatcher.amd64.dll build/Release/x64/dxgi.dll; fi
if [[ -f "build/Release/ARM64/ExplorerPatcher.arm64.dll" ]]; then cp build/Release/ARM64/ExplorerPatcher.dll build/Release/ARM64/dxgi.dll; fi if [[ -f "build/Release/ARM64/ExplorerPatcher.arm64.dll" ]]; then cp build/Release/ARM64/ExplorerPatcher.arm64.dll build/Release/ARM64/dxgi.dll; fi
- name: Patch setup - name: Patch setup
shell: cmd shell: cmd

Loading…
Cancel
Save