fixed xrsh.com build
This commit is contained in:
parent
9a77143a2d
commit
a4a1185684
3 changed files with 6 additions and 5 deletions
9
make
9
make
|
|
@ -15,11 +15,12 @@ deps(){ # check dependencies
|
|||
}
|
||||
|
||||
standalone(){ # build standalone xrsh.com binary
|
||||
deps
|
||||
rm ${APP}.com || true
|
||||
test -f ${APP}.com || install
|
||||
set -x
|
||||
zip -x "*.git*" -r ${APP}.com index.html LICENSE src/index.{html,css} src/assets src/com/*.js src/com/isoterminal/{xrsh.iso,libv86.js,bios,v86.wasm,mnt,images/buildroot-bzimage.bin}
|
||||
deps
|
||||
cp index.html /tmp/index.html
|
||||
sed -i 's|isoterminal=".*"|isoterminal="iso: ./../xrsh.iso"|g' index.html
|
||||
zip -x "*.git*" -r ${APP}.com 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}
|
||||
cp /tmp/index.html index.html
|
||||
sha256sum ${APP}.com > ${APP}.txt
|
||||
ls -lah ${APP}.com
|
||||
}
|
||||
|
|
|
|||
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
2
xrsh.txt
2
xrsh.txt
|
|
@ -1 +1 @@
|
|||
c826450426cb67fa3f9f9c5803e14f1b03358f1a89a0e5a3781417bec63912b5 xrsh.com
|
||||
44614bc7f39b37f15c8b95b27dda80ba0308ae0e40256fb0c81f96a4fa6e4fd3 xrsh.com
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue