mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Изменен config.js по умолчанию
This commit is contained in:
parent
eb5864e9c7
commit
81a867e631
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
// ====== LAUNCHER CONFIG ====== //
|
// ====== LAUNCHER CONFIG ====== //
|
||||||
var config = {
|
var config = {
|
||||||
dir: "launcher", // Launcher directory
|
dir: "gravitlauncher", // Launcher directory
|
||||||
title: "Minecraft Launcher", // Window title
|
title: "Gravit Minecraft Launcher", // Window title
|
||||||
icons: [ "favicon.png" ], // Window icon paths
|
icons: [ "favicon.png" ], // Window icon paths
|
||||||
|
|
||||||
// Auth config
|
// Auth config
|
||||||
newsURL: "https://yii.gravithome.ru/index.php?r=blog%2Findex", // News WebView URL
|
newsURL: "https://github.com/GravitLauncher/Launcher/releases", // News WebView URL
|
||||||
linkText: "GravitHome site", // Text for link under "Auth" button
|
linkText: "GravitLauncher GitHub", // Text for link under "Auth" button
|
||||||
linkURL: new java.net.URL("https://gravithome.ru/"), // URL for link under "Auth" button
|
linkURL: new java.net.URL("https://github.com/GravitLauncher/Launcher"), // URL for link under "Auth" button
|
||||||
|
|
||||||
// Settings defaults
|
// Settings defaults
|
||||||
settingsMagic: 0xC0DE5, // Ancient magic, don't touch
|
settingsMagic: 0xC0DE5, // Ancient magic, don't touch
|
||||||
|
|
Loading…
Reference in a new issue