updated xrsh.com + buildscript
This commit is contained in:
parent
636decd3eb
commit
e15db100e7
3 changed files with 2 additions and 2 deletions
2
make
2
make
|
|
@ -23,7 +23,7 @@ standalone(){ # build standalone xrsh.com binary
|
|||
test -n "$1" && FILE="$1"
|
||||
#cp index.html /tmp/index.html
|
||||
#sed -i 's|isoterminal=".*"|isoterminal="iso: ./../xrsh.iso"|g' index.html
|
||||
zip -x "*.git*" -r "$FILE" index.html xrsh.iso .args LICENSE src/index.{html,css} src/assets src/com/*.js src/com/isoterminal/{libv86.js,bios,v86.wasm,feat,PromiseWorker.js,ISOTerminal.js,localforage.js,VT100.js,assets,worker.js}
|
||||
zip -x "*.git*" -r "$FILE" index.html xrsh.iso .args LICENSE src/index.{html,css} src/assets src/com/*.js src/com/lib src/com/isoterminal/{libv86.js,bios,v86.wasm,feat,PromiseWorker.js,ISOTerminal.js,localforage.js,term.js,assets,worker.js}
|
||||
#cp /tmp/index.html index.html
|
||||
sha256sum "$FILE" > "$FILE".txt
|
||||
ls -lah "$FILE"
|
||||
|
|
|
|||
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
c35617d56ee759276124774fe24b623e9c3da29c148ce8f1b24dfcbe597f1974 xrsh.com
|
||||
3fe416f60b1a05c8180c594fb690de1f7581a32304b3bdf25ca8880445dc8519 xrsh.com
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue