Removed traces of Electron
This commit is contained in:
11
push.sh
Executable file
11
push.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -r 'release'
|
||||
mkdir 'release'
|
||||
cp 'index.html' 'release/index.html'
|
||||
cp 'README.txt' 'release/README.txt'
|
||||
~/Applications/butler push ~/Repositories/Hundredrabbits/Dotgrid/release hundredrabbits/dotgrid:osx-64
|
||||
~/Applications/butler push ~/Repositories/Hundredrabbits/Dotgrid/release hundredrabbits/dotgrid:linux-64
|
||||
~/Applications/butler push ~/Repositories/Hundredrabbits/Dotgrid/release hundredrabbits/dotgrid:windows-64
|
||||
~/Applications/butler status hundredrabbits/dotgrid
|
||||
rm -r 'release'
|
||||
Reference in New Issue
Block a user