mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 20:36:16 +00:00
Migrating from third-party to externals (#138)
* third-party migration to externals * Fix * Lower case for Linux
This commit is contained in:
parent
b0978f4168
commit
8cf64a33b2
17 changed files with 42 additions and 58 deletions
8
.github/workflows/windows-qt.yml
vendored
8
.github/workflows/windows-qt.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
with:
|
||||
arch: win64_msvc2019_64
|
||||
version: 6.7.0
|
||||
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
|
@ -43,12 +43,12 @@ jobs:
|
|||
- name: Deploy
|
||||
run: |
|
||||
mkdir upload
|
||||
move build/Release/shadps4.exe upload
|
||||
move build/Release/shadPS4.exe upload
|
||||
move build/Release/zlib-ng2.dll upload
|
||||
windeployqt --dir upload upload/shadps4.exe
|
||||
windeployqt --dir upload upload/shadPS4.exe
|
||||
|
||||
- name: Upload executable
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: shadps4-win64-qt
|
||||
path: upload
|
||||
path: upload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue