mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Added QTLibs directory to cpack
This commit is contained in:
parent
7a35aa36da
commit
798de7589f
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -107,7 +107,12 @@ jobs:
|
||||
- name: Build (CMake)
|
||||
run: cmake --build build --verbose
|
||||
|
||||
|
||||
- name: Pack QT Libs(windows)
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
cd build
|
||||
mkdir QTLibs
|
||||
windeployqt isle-config.exe --dir QTLibs
|
||||
|
||||
- name: Package (CPack)
|
||||
if: ${{ !matrix.n3ds }}
|
||||
@ -144,11 +149,6 @@ jobs:
|
||||
cd build
|
||||
mkdir dist
|
||||
mv *.3dsx dist/
|
||||
- name: Pack stuff(windows)
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
cd build/dist
|
||||
windeployqt isle-config.exe
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -668,6 +668,10 @@ if(NINTENDO_3DS)
|
||||
ICON "ISLE/res/3ds/isle.png"
|
||||
)
|
||||
|
||||
if(WIN32){
|
||||
install(DIRECTORY "$<TARGET_FILE_DIR:isle>/QTLibs" DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
}
|
||||
|
||||
ctr_create_3dsx(isle SMDH isle.smdh)
|
||||
install(FILES "$<TARGET_FILE_DIR:isle>/isle.3dsx" DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user