updated xrsh.com + buildscript
Some checks failed
/ mirror_to_github (push) Failing after 1m20s
/ test (push) Successful in 11s

This commit is contained in:
Leon van Kammen 2025-01-16 17:09:55 +01:00
parent 636decd3eb
commit e15db100e7
3 changed files with 2 additions and 2 deletions

2
make
View file

@ -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

Binary file not shown.

View file

@ -1 +1 @@
c35617d56ee759276124774fe24b623e9c3da29c148ce8f1b24dfcbe597f1974 xrsh.com
3fe416f60b1a05c8180c594fb690de1f7581a32304b3bdf25ca8880445dc8519 xrsh.com