mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Build: Fix build
This commit is contained in:
parent
57f63ad56f
commit
78788ec461
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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…
Reference in New Issue
Block a user