mirror of
https://github.com/redstrate/Novus.git
synced 2025-07-07 09:07:45 +00:00
Try to avoid extra directory for plugins
This commit is contained in:
parent
01ae085907
commit
79f5f9fc35
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -316,4 +316,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }}-package
|
name: ${{ runner.os }}-package
|
||||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
path: ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||||
|
|
|
@ -27,7 +27,7 @@ endif()
|
||||||
|
|
||||||
set(deploy_tool_options_arg "")
|
set(deploy_tool_options_arg "")
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(deploy_tool_options_arg --no-quick-import --no-virtualkeyboard --no-opengl-sw)
|
set(deploy_tool_options_arg --no-quick-import --no-virtualkeyboard --no-opengl-sw --plugindir "${CMAKE_INSTALL_PREFIX}/bin/bin/plugins" --libdir "${CMAKE_INSTALL_PREFIX}/bin/bin/")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# We only need to call windeployqt on one executable
|
# We only need to call windeployqt on one executable
|
||||||
|
|
Loading…
Add table
Reference in a new issue