From ff8de02c58ce4abfda1dce60334cd73d7e634e46 Mon Sep 17 00:00:00 2001 From: MikalDev <33675273+MikalDev@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:14:07 -0700 Subject: [PATCH] chore (name) Update name, description --- src/pluginConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pluginConfig.js b/src/pluginConfig.js index 8966c07..a289b59 100644 --- a/src/pluginConfig.js +++ b/src/pluginConfig.js @@ -2,13 +2,13 @@ module.exports = { addonType: "plugin", id: "cf_steamworks_plus", - name: "steamworks_plus", + name: "Steamworks Plus", version: "1.0.0", category: "platform-specific", author: "cf", website: "https://www.construct.net", documentation: "https://www.construct.net", - description: "Description", + description: "Steamworks companion addon", // addonUrl: "https://www.construct.net/en/make-games/addons/####/XXXX", // displayed in auto-generated docs // githubUrl: "https://github.com/skymen/XXXX", // displays latest release version in auto-generated docs // icon: "icon.svg", // defaults to "icon.svg" if omitted