From 07b0e925d9cb9a59e711837c359e33ee0a1b7c1e Mon Sep 17 00:00:00 2001 From: LeoMacherla <64465182+LeoMacherla@users.noreply.github.com> Date: Fri, 22 Oct 2021 13:37:05 +0100 Subject: [PATCH] Added supported operating systems --- info.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/info.json b/info.json index 7655e25..411520b 100644 --- a/info.json +++ b/info.json @@ -1,3 +1,7 @@ { - "version": "3.0.31" + "version": "3.0.31", + "MacOS": false, + "UNIX": false, + "Linux": false, + "Windows": true }