adding base package.json
fixed type in .gitignore
This commit is contained in:
parent
3f9e31a2ea
commit
6c6c0d0c36
8
freechat-client/package.json
Normal file
8
freechat-client/package.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "freechat-client",
|
||||
"version": "0.1.0",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
}
|
||||
}
|
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
|
Loading…
Reference in New Issue
Block a user