mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Only deploy on WIN32
This breaks on Linux in numerous ways
This commit is contained in:
parent
5eefc017f3
commit
5264753acc
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ ecm_add_app_icon(astra
|
|||
qt_finalize_target(astra)
|
||||
|
||||
# the current tooling completely breaks in Flatpak, and is unnecessary there anyway
|
||||
if (NOT BUILD_FLATPAK)
|
||||
if (WIN32)
|
||||
qt_generate_deploy_qml_app_script(
|
||||
TARGET astra
|
||||
OUTPUT_SCRIPT deploy_script
|
||||
|
|
Loading…
Add table
Reference in a new issue