Automatically set the correct path to the Flameshot executable (#1775)

* Automatically set the correct path to the Flameshot executable.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>

* Export CMake project settings.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>

* Fixed AppImage and Snap builds.
This commit is contained in:
Vitaly Zaitsev
2021-07-29 15:09:31 +02:00
committed by GitHub
parent 920f2c92de
commit 1031980ed1
5 changed files with 13 additions and 4 deletions

View File

@@ -62,6 +62,9 @@ set(RUN_IN_PLACE
CACHE BOOL "Run directly in source directory structure")
option(GENERATE_TS "Regenerate translation source files" OFF)
option(USE_EXTERNAL_SINGLEAPPLICATION "Use external QtSingleApplication library" OFF)
option(USE_EXTERNAL_SPDLOG "Use external spdlog library" OFF)
option(USE_LAUNCHER_ABSOLUTE_PATH "Use absolute path for the desktop launcher" ON)
include(cmake/StandardProjectSettings.cmake)