adding base package.json
fixed type in .gitignore
This commit is contained in:
5
freechat-client/scripts/setup-electron.sh
Normal file
5
freechat-client/scripts/setup-electron.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user