u
This commit is contained in:
parent
02d8d772e4
commit
1eceb8d623
@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){
|
|||||||
*/
|
*/
|
||||||
function populateReleaseNotes(){
|
function populateReleaseNotes(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'https://github.com/DevLarge/StellarNetworkLauncherUtil/releases.atom',
|
url: 'https://github.com/DevLarge/HeliosLauncher/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')
|
||||||
|
@ -26,9 +26,6 @@ window.eval = global.eval = function () {
|
|||||||
|
|
||||||
// Display warning when devtools window is opened.
|
// Display warning when devtools window is opened.
|
||||||
remote.getCurrentWebContents().on('devtools-opened', () => {
|
remote.getCurrentWebContents().on('devtools-opened', () => {
|
||||||
console.log('%cThe console is dark and full of terrors.', 'color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold')
|
|
||||||
console.log('%cIf you\'ve been told to paste something here, you\'re being scammed.', 'font-size: 16px')
|
|
||||||
console.log('%cUnless you know exactly what you\'re doing, close this window.', 'font-size: 16px')
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// Disable zoom, needed for darwin.
|
// Disable zoom, needed for darwin.
|
||||||
@ -59,10 +56,9 @@ if(!isDev){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar-Network-Launcher-setup-${info.version}.exe.blockmap`
|
info.darwindownload = `https://github.com/DevLarge/HeliosLauncher/releases/download/v${info.version}/Stellar-Network-Launcher-setup-${info.version}.exe.blockmap`
|
||||||
// Prøv fra version 1.0.0
|
// Prøv fra version 1.0.0
|
||||||
// v${info.version}
|
// v${info.version}
|
||||||
// https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v1.0.1/Stellar.Network.Launcher-setup-1.0.1.blockmap
|
|
||||||
// https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.blockmap
|
// https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.blockmap
|
||||||
// Som test flytt JEI fra required => optinionalOn
|
// Som test flytt JEI fra required => optinionalOn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user