u
This commit is contained in:
parent
0bf9d3f940
commit
2a5e368079
@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){
|
||||
*/
|
||||
function populateReleaseNotes(){
|
||||
$.ajax({
|
||||
url: 'https://github.com/DevLarge/StellarNetworkLauncherUtil/releases.atom',
|
||||
url: 'https://github.com/DevLarge/HeliosLauncher/releases.atom',
|
||||
success: (data) => {
|
||||
const version = 'v' + remote.app.getVersion()
|
||||
const entries = $(data).find('entry')
|
||||
|
@ -55,7 +55,7 @@ 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
|
||||
// v${info.version}
|
||||
// https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.blockmap
|
||||
|
Loading…
Reference in New Issue
Block a user