Skip to content

Commit

Permalink
publish 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luuxis committed Mar 27, 2024
1 parent e8221ce commit 2f30882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Selvania-Launcher",
"preductname": "Selvania Launcher",
"version": "2.0.1",
"version": "2.0.2",
"description": "Launcher Mincraft pour le serveur Selvania",
"main": "src/app.js",
"author": {
Expand All @@ -13,7 +13,7 @@
"scripts": {
"start": "cross-env-shell NODE_ENV=dev electron .",
"dev": "cross-env-shell DEV_TOOL=open nodemon --exec npm start",
"build": "node build.js --obf=false --build=platform",
"build": "node build.js --obf=true --build=platform",
"icon": "node build.js --icon=https://raw.githubusercontent.com/luuxis/Selvania-Launcher/master/src/assets/images/icon.png"
},
"license": "CCANC",
Expand Down

0 comments on commit 2f30882

Please sign in to comment.