Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
Update moving from zayviel to dgfe domain
  • Loading branch information
XXdaugonXX committed Apr 12, 2022
1 parent 8c6c58f commit 94338ed
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/configmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports.getAbsoluteMaxRAM = function(){

function resolveMaxRAM(){
const mem = os.totalmem()
return mem >= 8000000000 ? '4G' : (mem >= 6000000000 ? '3G' : '2G')
return mem >= 16000000000 ? '8G' :(mem >= 8000000000 ? '4G' : (mem >= 6000000000 ? '3G' : '2G'))
}

function resolveMinRAM(){
Expand Down
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ exports.pullRemote = function(){
return exports.pullLocal()
}
return new Promise((resolve, reject) => {
const distroURL = 'https://zayviel.dk/Modded/distribution.json'
const distroURL = 'https://dgfe.dk/Modded/distrobution.json'
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
const opts = {
url: distroURL,
Expand Down
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
appId: 'zayviellauncher'
productName: 'Zayviel Launcher'
productName: 'Zayviel-Launcher'
artifactName: '${productName}-setup-${version}.${ext}'

copyright: 'Copyright © 2018-2021 Daniel Scalzi'
copyright: 'Copyright © 2021-2022 XXdaugonXX'

asar: true
compression: 'maximum'
Expand Down Expand Up @@ -39,8 +39,8 @@ mac:
# Linux Configuration
linux:
target: 'AppImage'
maintainer: 'Daniel Scalzi'
vendor: 'Daniel Scalzi'
maintainer: 'XXdaugonXX'
vendor: 'XXdaugonXX'
synopsis: 'Modded Minecraft Launcher'
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
category: 'Game'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zayviellauncher",
"version": "2.0.1",
"version": "2.0.2",
"productName": "Zayviel Launcher",
"description": "Modded Minecraft Launcher",
"author": "XXdaugonXX (https://github.com/XXdaugonXX/)",
Expand Down

0 comments on commit 94338ed

Please sign in to comment.