dabsolutions / DabVault

MIT License
0 stars 0 forks source link

Readme update #4

Open jacobzlogar opened 6 years ago

jacobzlogar commented 6 years ago

Update readme.md and package.json with build-scripts by OS https://github.com/dabsolutions/DabVault#linux

i.e.

    "start": "electron .",
    "make-patch": "./make-patch.sh",
    "build-linux": "electron-packager . --platform=linux --arch=x64 --icon=assets/icons/agama_icons/128x128.png --out=build/ --buildVersion=VERSION_NUMBER_HERE --ignore=assets/bin/win64 --ignore=assets/bin/osx --overwrite"
  },