1
Fork 0
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:
Joshua Goins 2024-04-24 22:47:12 -04:00
parent 01ae085907
commit 79f5f9fc35
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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