bump version
This commit is contained in:
parent
bc3594f76c
commit
ffd4ba633b
4
build.js
4
build.js
@ -18,8 +18,8 @@ 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: 'ardacraftlauncher',
|
||||||
productName: 'Helios Launcher',
|
productName: 'ArdaCraft Launcher',
|
||||||
artifactName: '${productName}-setup-${version}.${ext}',
|
artifactName: '${productName}-setup-${version}.${ext}',
|
||||||
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
|
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
|
||||||
directories: {
|
directories: {
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ardacraftlauncher",
|
"name": "ardacraftlauncher",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user