make typofix

This commit is contained in:
Leon van Kammen 2024-10-28 14:13:06 +00:00
parent 24ea5ccd16
commit a09f387ec2
1 changed files with 2 additions and 2 deletions

4
make
View File

@ -23,9 +23,9 @@ 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,core.js,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/isoterminal/{libv86.js,bios,v86.wasm,feat,PromiseWorker.js,ISOTerminal.js,localforage.js,VT100.js,assets,worker.js}
#cp /tmp/index.html index.html
sha256sum "$FILE".com > "$FILE".txt
sha256sum "$FILE" > "$FILE".txt
ls -lah "$FILE"
}