mirror of
https://github.com/redstrate/Novus.git
synced 2025-07-07 17:17: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
|
||||
with:
|
||||
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 "")
|
||||
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()
|
||||
|
||||
# We only need to call windeployqt on one executable
|
||||
|
|
Loading…
Add table
Reference in a new issue