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({
|
builder.build({
|
||||||
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
|
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
|
||||||
config: {
|
config: {
|
||||||
appId: 'helioslauncher',
|
appId: 'nemesismclauncher',
|
||||||
productName: 'Helios Launcher',
|
productName: 'NemesisMC Launcher',
|
||||||
artifactName: '${productName}-setup-${version}.${ext}',
|
artifactName: '${productName}-setup-${version}.${ext}',
|
||||||
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
|
copyright: 'Copyright © 2020 NemesisMC',
|
||||||
directories: {
|
directories: {
|
||||||
buildResources: 'build',
|
buildResources: 'build',
|
||||||
output: 'dist'
|
output: 'dist'
|
||||||
@ -46,10 +46,10 @@ builder.build({
|
|||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
target: 'AppImage',
|
target: 'AppImage',
|
||||||
maintainer: 'Daniel Scalzi',
|
maintainer: 'MastermDEV, Daniel Scalzi',
|
||||||
vendor: 'Daniel Scalzi',
|
vendor: 'NemesisMC',
|
||||||
synopsis: 'Modded Minecraft Launcher',
|
synopsis: 'Offical NemesisMC Launcher',
|
||||||
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.',
|
description: 'Custom launcher which allows users to join NemesisMC.',
|
||||||
category: 'Game'
|
category: 'Game'
|
||||||
},
|
},
|
||||||
compression: 'maximum',
|
compression: 'maximum',
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
owner: dscalzi
|
owner: MastermDEV
|
||||||
repo: HeliosLauncher
|
repo: NemesisMCLauncher
|
||||||
provider: github
|
provider: github
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "helioslauncher",
|
"name": "nemesismclauncher",
|
||||||
"version": "1.7.0",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
16
package.json
16
package.json
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "helioslauncher",
|
"name": "nemesismclauncher",
|
||||||
"version": "1.7.0",
|
"version": "0.0.1",
|
||||||
"productName": "Helios Launcher",
|
"productName": "NemesisMC Launcher",
|
||||||
"description": "Modded Minecraft Launcher",
|
"description": "NemesisMC Launcher",
|
||||||
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
"author": "MastermDEV (https://github.com/MastermDEV/), Daniel Scalzi (https://github.com/dscalzi/)",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
"homepage": "https://nemesismc.net",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
"url": "https://github.com/MastermDEV/NemesisMC-Launcher/issues"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -47,6 +47,6 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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