Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit a90aeb2

Browse files
Fix item 1 in #10
Seems like MacOS does not support sandbox repairs. We'll just make a seperate install method to avoid this.
1 parent d058c2c commit a90aeb2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

macInstall.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Install Node Modules
2+
echo "Installing..."
3+
cd src
4+
npm install
5+
# Update Electron
6+
echo "Fixing potential vulnerabilities..."
7+
npm audit fix --force
8+
echo "Sandbox is not supported so we'll go ahead and quit."
9+
echo "Complete! Run cd src then npm start to open."

0 commit comments

Comments
 (0)