From ed3cf5d9bfd345d029dbb7c5dde474d3b873cb2c Mon Sep 17 00:00:00 2001 From: sneedium Date: Sun, 6 Nov 2022 18:26:01 -0500 Subject: [PATCH] fix windows build again Signed-off-by: sneedium --- program_info/CMakeLists.txt | 2 +- program_info/{sneedmc.rc => sneedmc.rc.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename program_info/{sneedmc.rc => sneedmc.rc.in} (100%) diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index 8eb7eafb..69e7b0de 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -36,7 +36,7 @@ configure_file(org.sneederix.SneedMC.desktop.in org.sneederix.SneedMC.desktop) configure_file(org.sneederix.SneedMC.metainfo.xml.in org.sneederix.SneedMC.metainfo.xml) configure_file(sneedmc.ico sneedmc.ico COPYONLY) configure_file(sneedmc.manifest sneedmc.manifest COPYONLY) -configure_file(sneedmc.rc sneedmc.rc COPYONLY) +configure_file(sneedmc.rc.in sneedmc.rc) configure_file(sneedmc.1.txt sneedmc.1.txt COPYONLY) configure_file(win_install.nsi.in win_install.nsi @ONLY) diff --git a/program_info/sneedmc.rc b/program_info/sneedmc.rc.in similarity index 100% rename from program_info/sneedmc.rc rename to program_info/sneedmc.rc.in