From bac556e1f3ad493586157da8d152f5a9a37aebb5 Mon Sep 17 00:00:00 2001 From: Douglas Lassance Date: Wed, 19 Sep 2018 09:13:14 -0700 Subject: [PATCH] Added marketplace URL --- Shaker.uplugin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Shaker.uplugin b/Shaker.uplugin index b4d8a9c..ca62d95 100644 --- a/Shaker.uplugin +++ b/Shaker.uplugin @@ -1,16 +1,16 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0", - "EngineVersion": "4.20.0", - "WhitelistPlatforms": [ "Win64", "Win32", "Mac", "XboxOne", "PS4", "IOS", "Android", "HTML5", "Linux" ], + "VersionName": "1.0", + "EngineVersion": "4.20.0", + "WhitelistPlatforms": [ "Win64", "Win32", "Mac", "XboxOne", "PS4", "IOS", "Android", "HTML5", "Linux" ], "FriendlyName": "Shaker", "Description": "Shake anything and everything!", "Category": "Transform", "CreatedBy": "Douglas Lassance", "CreatedByURL": "http://douglaslassance.com", "DocsURL": "https://github.com/douglaslassance/shaker", - "MarketplaceURL": "", + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/f84f18ecc1264504a548b3e3bcdfcd06", "SupportURL": "https://github.com/douglaslassance/shaker/issues", "CanContainContent": false, "IsBetaVersion": false,