This commit is contained in:
DevLarge 2021-01-09 01:30:31 +01:00
parent 7c6c77f0cb
commit 2f66d4cfb2
3 changed files with 5 additions and 4 deletions

View File

@ -54,8 +54,9 @@ if(!isDev){
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v1.0.3/Stellar.Network.Launcher-setup-1.0.3.exe.blockmap`
// v${info.version}
info.darwindownload = `https://github.com/DevLarge/StellarNetworkLauncherUtil/releases/download/v${info.version}/Stellar.Network.Launcher-setup-${info.version}.exe.blockmap`
// Prøv fra version 1.0.0
// Som test flytt JEI fra required => optinionalOn

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "stellarnetworklauncher",
"version": "1.0.4",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "stellarnetworklauncher",
"version": "1.0.4",
"version": "1.0.0",
"productName": "Stellar Network Launcher",
"description": "Modded Minecraft Launcher for Stellar Network",
"author": "Stellar Network (https://github.com/DevLarge/)",