make typofix
This commit is contained in:
parent
24ea5ccd16
commit
a09f387ec2
4
make
4
make
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue