diff --git a/jslib b/jslib index 802d38f52e..24ffb55ce0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 802d38f52e9794567179b9bd9ffc475ceb31323f +Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734 diff --git a/package.json b/package.json index d2143ed2e6..9213519ce6 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "sub:pull": "git submodule foreach git pull origin master", "sub:commit": "npm run sub:pull && git commit -am \"update submodule\"", "postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init && gulp postinstall", + "simlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "build": "concurrently -n Main,Rend -c yellow,cyan \"npm run build:main\" \"npm run build:renderer\"",