v1.2.1 - Fixed issue w/ native lib parsing.

In 1.12.2, some natives do not provide a rules
object and instead just omit the classifier
from the natives object. We now check for that.

Updated electron to v3.0.12.
This commit is contained in:
Daniel Scalzi
2018-12-17 00:11:23 -05:00
parent f613bdba4d
commit 001a2cbe81
5 changed files with 63 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "westeroscraftlauncher",
"version": "1.2.0",
"version": "1.2.1",
"productName": "WesterosCraft Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@@ -41,7 +41,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"electron": "^3.0.11",
"electron": "^3.0.12",
"electron-builder": "^20.38.3",
"eslint": "^5.10.0"
},