Add files via upload
This commit is contained in:
parent
f5d9c25c71
commit
b1edcf3cd6
14
build.js
14
build.js
@ -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',
|
||||
|
@ -1,3 +1,3 @@
|
||||
owner: dscalzi
|
||||
repo: HeliosLauncher
|
||||
owner: MastermDEV
|
||||
repo: NemesisMCLauncher
|
||||
provider: github
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "helioslauncher",
|
||||
"version": "1.7.0",
|
||||
"name": "nemesismclauncher",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
16
package.json
16
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user