Add files via upload

This commit is contained in:
MastermDEV 2020-06-18 18:16:45 -07:00 committed by GitHub
parent f5d9c25c71
commit b1edcf3cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 4111 additions and 4111 deletions

View File

@ -18,10 +18,10 @@ function getCurrentPlatform(){
builder.build({
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
config: {
appId: 'helioslauncher',
productName: 'Helios Launcher',
appId: 'nemesismclauncher',
productName: 'NemesisMC Launcher',
artifactName: '${productName}-setup-${version}.${ext}',
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
copyright: 'Copyright © 2020 NemesisMC',
directories: {
buildResources: 'build',
output: 'dist'
@ -46,10 +46,10 @@ builder.build({
},
linux: {
target: 'AppImage',
maintainer: 'Daniel Scalzi',
vendor: 'Daniel Scalzi',
synopsis: 'Modded Minecraft Launcher',
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.',
maintainer: 'MastermDEV, Daniel Scalzi',
vendor: 'NemesisMC',
synopsis: 'Offical NemesisMC Launcher',
description: 'Custom launcher which allows users to join NemesisMC.',
category: 'Game'
},
compression: 'maximum',

View File

@ -1,3 +1,3 @@
owner: dscalzi
repo: HeliosLauncher
owner: MastermDEV
repo: NemesisMCLauncher
provider: github

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "1.7.0",
"name": "nemesismclauncher",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,13 +1,13 @@
{
"name": "helioslauncher",
"version": "1.7.0",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"name": "nemesismclauncher",
"version": "0.0.1",
"productName": "NemesisMC Launcher",
"description": "NemesisMC Launcher",
"author": "MastermDEV (https://github.com/MastermDEV/), Daniel Scalzi (https://github.com/dscalzi/)",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://nemesismc.net",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://github.com/MastermDEV/NemesisMC-Launcher/issues"
},
"private": true,
"main": "index.js",
@ -47,6 +47,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
"url": "git+https://github.com/MastermDEV/NemesisMC-Launcher.git"
}
}