Изменен config.js по умолчанию

This commit is contained in:
Gravit 2018-10-18 15:41:51 +07:00
parent eb5864e9c7
commit 81a867e631
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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