change brandings
This commit is contained in:
parent
291a571b22
commit
291f5399b7
@ -103,23 +103,7 @@ loginSkirdaDiscordButton.addEventListener('click', async () =>{
|
|||||||
AuthManager.addSkirdaAccount(account.uuid, account.token, account.username, account.displayName)
|
AuthManager.addSkirdaAccount(account.uuid, account.token, account.username, account.displayName)
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
switchView(VIEWS.landing, VIEWS.landing, 500, 500, async () => {
|
switchView(VIEWS.loginSkirdaDiscord, VIEWS.landing, 500, 500)
|
||||||
console.log('kek')
|
|
||||||
// // Temporary workaround
|
|
||||||
// if(loginViewOnSuccess === VIEWS.settings){
|
|
||||||
// await prepareSettings()
|
|
||||||
// }
|
|
||||||
// // loginViewOnSuccess = VIEWS.landing // Reset this for good measure.
|
|
||||||
// // loginCancelEnabled(false) // Reset this for good measure.
|
|
||||||
// // loginViewCancelHandler = null // Reset this for good measure.
|
|
||||||
// // loginUsername.value = ''
|
|
||||||
// // loginPassword.value = ''
|
|
||||||
// $('.circle-loader').toggleClass('load-complete')
|
|
||||||
// $('.checkmark').toggle()
|
|
||||||
// loginLoading(false)
|
|
||||||
// loginButton.innerHTML = loginButton.innerHTML.replace(Lang.queryJS('login.success'), Lang.queryJS('login.login'))
|
|
||||||
// formDisabled(false)
|
|
||||||
})
|
|
||||||
}, 1000)
|
}, 1000)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -1501,7 +1501,7 @@ function populateAboutVersionInformation(){
|
|||||||
*/
|
*/
|
||||||
function populateReleaseNotes(){
|
function populateReleaseNotes(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom',
|
url: 'https://git.brzezinski.ru/Skirda/SkirdaElectronLauncher/releases.atom',
|
||||||
success: (data) => {
|
success: (data) => {
|
||||||
const version = 'v' + remote.app.getVersion()
|
const version = 'v' + remote.app.getVersion()
|
||||||
const entries = $(data).find('entry')
|
const entries = $(data).find('entry')
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Custom Language File for Launcher Customizer
|
# Custom Language File for Launcher Customizer
|
||||||
|
|
||||||
[ejs.app]
|
[ejs.app]
|
||||||
title = "Helios Launcher"
|
title = "Skirda Launcher"
|
||||||
|
|
||||||
[ejs.landing]
|
[ejs.landing]
|
||||||
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher"
|
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
appId: 'helioslauncher'
|
appId: 'skirdalauncher'
|
||||||
productName: 'Helios Launcher'
|
productName: 'Skirda Launcher'
|
||||||
artifactName: '${productName}-setup-${version}.${ext}'
|
artifactName: '${productName}-setup-${version}.${ext}'
|
||||||
|
|
||||||
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
|
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
|
||||||
@ -39,9 +39,9 @@ mac:
|
|||||||
# Linux Configuration
|
# Linux Configuration
|
||||||
linux:
|
linux:
|
||||||
target: 'AppImage'
|
target: 'AppImage'
|
||||||
maintainer: 'Daniel Scalzi'
|
maintainer: 'Greg Brzezinski'
|
||||||
vendor: 'Daniel Scalzi'
|
vendor: 'Greg Brzezinski'
|
||||||
synopsis: 'Modded Minecraft Launcher'
|
synopsis: 'Minecraft Launcher for Skirda Servers'
|
||||||
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
|
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
|
||||||
category: 'Game'
|
category: 'Game'
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "helioslauncher",
|
"name": "skirdalauncher",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0-skirda",
|
||||||
"productName": "Helios Launcher",
|
"productName": "Skirda Launcher",
|
||||||
"description": "Modded Minecraft Launcher",
|
"description": "Launcher for Skirda Minecraft servers",
|
||||||
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
||||||
|
Loading…
Reference in New Issue
Block a user