Merge pull request #136 from dorving/extension-store-fix

Fix for extension store on Mac
This commit is contained in:
sirjonasxx 2022-08-06 23:42:03 +02:00 committed by GitHub
commit 0cdb5e6465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ public class OSValidator {
if (isWindows()) {
return "Windows";
} else if (isMac()) {
return "Max";
return "Mac";
} else if (isUnix()) {
return "Linux";
} else {