From 5264753accb4aa780094a66cd26aefe3a0ab0b3f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 27 Jun 2024 23:32:26 -0400 Subject: [PATCH] Only deploy on WIN32 This breaks on Linux in numerous ways --- launcher/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index f76cb3b..2b17f71 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -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