freechat/freechat-client/scripts/setup-electron.sh
shockrahwow 6c6c0d0c36 adding base package.json
fixed type in .gitignore
2019-11-26 20:33:52 -08:00

6 lines
171 B
Bash

#!/bin/sh
# Just setting up all things npm here
npm install
chmod 1755 node_modules/electron/dist/chrome-sandbox
sudo chown root node_modules/electron/dist/chrome-sandbox