diff --git a/Config/FilterPlugin.ini b/Config/FilterPlugin.ini new file mode 100644 index 0000000..ccebca2 --- /dev/null +++ b/Config/FilterPlugin.ini @@ -0,0 +1,8 @@ +[FilterPlugin] +; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and +; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively. +; +; Examples: +; /README.txt +; /Extras/... +; /Binaries/ThirdParty/*.dll diff --git a/HarmonyLinkUE.uplugin b/HarmonyLinkUE.uplugin index bcc8051..dd850a1 100644 --- a/HarmonyLinkUE.uplugin +++ b/HarmonyLinkUE.uplugin @@ -1,14 +1,14 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.1", + "VersionName": "1.0", "FriendlyName": "HarmonyLinkUE", "Description": "A plugin that provides real-time device metrics for games running on handheld devices, starting with the Steam Deck.", "Category": "Handheld", "CreatedBy": "Jordon Brooks", "CreatedByURL": "https://jordongamedev.co.uk", "DocsURL": "", - "MarketplaceURL": "", + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/adec045fde54477a81f7829eb7c46afe", "SupportURL": "", "EngineVersion": "5.2.0", "CanContainContent": false, diff --git a/Resources/Blueprints.png b/Resources/Blueprints.png new file mode 100644 index 0000000..aa87586 Binary files /dev/null and b/Resources/Blueprints.png differ diff --git a/Resources/HarmonyLinkLogo.png b/Resources/HarmonyLinkLogo.png new file mode 100644 index 0000000..e23f204 Binary files /dev/null and b/Resources/HarmonyLinkLogo.png differ diff --git a/Resources/Icon128.png b/Resources/Icon128.png index 718bd3b..8937543 100644 Binary files a/Resources/Icon128.png and b/Resources/Icon128.png differ diff --git a/Resources/Icon256.png b/Resources/Icon256.png new file mode 100644 index 0000000..ebaabc3 Binary files /dev/null and b/Resources/Icon256.png differ