From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/installer/SDK/gen_classicart.nsh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Src/installer/SDK/gen_classicart.nsh (limited to 'Src/installer/SDK/gen_classicart.nsh') diff --git a/Src/installer/SDK/gen_classicart.nsh b/Src/installer/SDK/gen_classicart.nsh new file mode 100644 index 00000000..331eca9a --- /dev/null +++ b/Src/installer/SDK/gen_classicart.nsh @@ -0,0 +1,18 @@ +; Classic Skin Album Art plugin +SetOutPath $INSTDIR\gen_classicart + +; project files +File ${SDKPlugins}\gen_classicart\gen_classicart.sln +File ${SDKPlugins}\gen_classicart\gen_classicart.vcxproj +File ${SDKPlugins}\gen_classicart\gen_classicart.vcxproj.filters + +; source +File ${SDKPlugins}\gen_classicart\gen_classicart.cpp +File ${SDKPlugins}\gen_classicart\api.h + +; icons +File ${SDKPlugins}\gen_classicart\notfound.png + +; resources +File ${SDKPlugins}\gen_classicart\resource.h +File ${SDKPlugins}\gen_classicart\gen_classicart.rc -- cgit