diff options
Diffstat (limited to 'Src/installer/SDK/gen_classicart.nsh')
-rw-r--r-- | Src/installer/SDK/gen_classicart.nsh | 18 |
1 files changed, 18 insertions, 0 deletions
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 |