From c4b7e8a40189881db41c845287f79042d4ea614d Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Sun, 3 Aug 2025 15:51:32 +0800 Subject: [PATCH] Revert project fqdn for Linux builds --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1b74111..fe6cde13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(Apollo VERSION 0.0.0 set(PROJECT_LICENSE "GPL-3.0-only") -set(PROJECT_FQDN "com.SudoMaker.dev.Apollo") +set(PROJECT_FQDN "dev.lizardbyte.app.Sunshine") set(PROJECT_BRIEF_DESCRIPTION "GameStream host for Artemis") # must be <= 35 characters