mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Merge pull request #136 from dorving/extension-store-fix
Fix for extension store on Mac
This commit is contained in:
commit
0cdb5e6465
@ -55,7 +55,7 @@ public class OSValidator {
|
|||||||
if (isWindows()) {
|
if (isWindows()) {
|
||||||
return "Windows";
|
return "Windows";
|
||||||
} else if (isMac()) {
|
} else if (isMac()) {
|
||||||
return "Max";
|
return "Mac";
|
||||||
} else if (isUnix()) {
|
} else if (isUnix()) {
|
||||||
return "Linux";
|
return "Linux";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user