1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 04:37:46 +00:00

Only deploy on WIN32

This breaks on Linux in numerous ways
This commit is contained in:
Joshua Goins 2024-06-27 23:32:26 -04:00
parent 5eefc017f3
commit 5264753acc

View file

@ -196,7 +196,7 @@ ecm_add_app_icon(astra
qt_finalize_target(astra) qt_finalize_target(astra)
# the current tooling completely breaks in Flatpak, and is unnecessary there anyway # the current tooling completely breaks in Flatpak, and is unnecessary there anyway
if (NOT BUILD_FLATPAK) if (WIN32)
qt_generate_deploy_qml_app_script( qt_generate_deploy_qml_app_script(
TARGET astra TARGET astra
OUTPUT_SCRIPT deploy_script OUTPUT_SCRIPT deploy_script