mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
[FIX] Исправление mac на macosx в конфиге
This commit is contained in:
parent
09ee2f5f05
commit
062fece62c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ var config = {
|
||||||
allowedOS: {
|
allowedOS: {
|
||||||
windows: true,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
mac: true
|
macosx: true
|
||||||
},
|
},
|
||||||
|
|
||||||
settingsMagic: 0xC0DE5, // Магия вне хогвартса
|
settingsMagic: 0xC0DE5, // Магия вне хогвартса
|
||||||
|
|
Loading…
Reference in a new issue