From 66a98380d09316353df1d23ee783ac2f9bd3fd8b Mon Sep 17 00:00:00 2001 From: fn2006 Date: Tue, 1 Nov 2022 20:24:40 +0000 Subject: [PATCH] i fucked up the cherrypick --- program_info/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index 6bb2a22c..7fcd5267 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -21,8 +21,8 @@ set(Launcher_Domain "" PARENT_SCOPE) set(Launcher_UserAgent "PrismLauncher/${Launcher_RELEASE_VERSION_NAME}" PARENT_SCOPE) set(Launcher_ConfigFile "pollymc.cfg" PARENT_SCOPE) set(Launcher_Git "https://github.com/fn2006/PollyMC" PARENT_SCOPE) -set(Launcher_DesktopFileName "org.fn2006.PollyMC.desktop") -set(Launcher_SVGFileName "org.fn2006.PollyMC.svg") +set(Launcher_DesktopFileName "org.fn2006.PollyMC.desktop" PARENT_SCOPE) +set(Launcher_SVGFileName "org.fn2006.PollyMC.svg" PARENT_SCOPE) set(Launcher_Desktop "program_info/org.fn2006.PollyMC.desktop" PARENT_SCOPE) set(Launcher_MetaInfo "program_info/org.fn2006.PollyMC.metainfo.xml" PARENT_SCOPE)