Build: modify fat jar url to the one produced by the build

This commit is contained in:
BoykoAlex
2017-08-04 13:32:22 -04:00
parent 660a2c4aad
commit ee88a8a734
2 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
},
"main": "./dist/index",
"dependencies": {
"atom-languageclient": "git://github.com/BoykoAlex/atom-languageclient#grammar-override",
"atom-languageclient": "git://github.com/atom/atom-languageclient#master",
"decompress": "^4.2.0",
"portfinder": "^1.0.13",
"remote-file-size": "^3.0.3",

View File

@@ -11,4 +11,10 @@ ls -la
cd package_sources
npm install ../sts4/atom-extensions/atom-commons
ls -la
cat > properties.json << EOF
{
jarUrl: ${url}
}
EOF
cat properties.json