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()) {
|
||||
return "Windows";
|
||||
} else if (isMac()) {
|
||||
return "Max";
|
||||
return "Mac";
|
||||
} else if (isUnix()) {
|
||||
return "Linux";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user