From b700c2de8d5c3380ca3612feb4ff8b5f467bbd98 Mon Sep 17 00:00:00 2001 From: mark-cachy Date: Sat, 23 May 2026 16:50:56 +0200 Subject: [PATCH] w --- win_installer.iss | 2 +- windows/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/win_installer.iss b/win_installer.iss index 9bf22d5..fcccb58 100644 --- a/win_installer.iss +++ b/win_installer.iss @@ -9,7 +9,7 @@ DefaultDirName={autopf}\Flux ; Cartella di output dell'installer e nome del file generato OutputDir=.\build\windows\installer -OutputBaseFilename=FLUX_Setup_v{#MyAppVersion} +OutputBaseFilename=FluxInstaller.exe ; Compressione e impostazioni grafiche Compression=lzma2/max diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 9801046..e721213 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,6 +1,7 @@ # Project-level configuration. cmake_minimum_required(VERSION 3.14) project(flux LANGUAGES CXX) +add_compile_definitions(_SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS) # The name of the executable created for the application. Change this to change # the on-disk name of your application.