Add files via upload

This commit is contained in:
PinkFloyd1213 2020-08-18 13:01:59 +02:00 committed by GitHub
parent 700fa9e7b7
commit 72f50cdfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/CreeponniaLauncher-setup-${info.version}.dmg`
showUpdateUI(info)
}

View File

@ -1,3 +1,3 @@
owner: dscalzi
repo: HeliosLauncher
owner: PinkFloyd1213
repo: Creeponnia-Launcher
provider: github

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "helioslauncher",
"name": "creeoponnia-launcher",
"version": "1.7.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -5,9 +5,9 @@
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://github.com/PinkFloyd1213/Creeponnia-Launcher",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://github.com/PinkFloyd1213/Creeponnia-Launcher/issues"
},
"private": true,
"main": "index.js",