From 5e42abb663d1a8088c74a779dec8e0a6cc472cba Mon Sep 17 00:00:00 2001 From: LeoMacherla <64465182+LeoMacherla@users.noreply.github.com> Date: Mon, 1 Nov 2021 12:32:23 +0000 Subject: [PATCH] Updated os names --- info.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/info.json b/info.json index 947ae67..b575f53 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "version": "3.0.34-beta", - "MacOS": true, - "UNIX": false, - "Linux": false, - "Windows": true + "mac": true, + "unix": false, + "linux": false, + "windows": true }