diff --git a/make b/make index b97f2c8..6411f89 100755 --- a/make +++ b/make @@ -12,19 +12,18 @@ install(){ wget "$REDBEAN_VERSION" -O ${APP}.com chmod +x ${APP}.com } - standalone } standalone(){ + rm ${APP}.com || true test -f ${APP}.com || install - cd src set -x - zip -x "*.git*" -r ../${APP}.com * - ls -lah ../${APP}.com + 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} + sha256sum ${APP}.com > ${APP}.txt + ls -lah ${APP}.com } dev(){ - test -d src/xrsh-apps || git submodule update --init --recursive cd /tmp test -f redbean.com || wget "$REDBEAN_VERSION" -O redbean.com && chmod 755 redbean.com test -f cert.pem || openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem diff --git a/xrsh.com b/xrsh.com index 9f62416..0ca3c73 100755 Binary files a/xrsh.com and b/xrsh.com differ diff --git a/xrsh.txt b/xrsh.txt new file mode 100644 index 0000000..fd4c015 --- /dev/null +++ b/xrsh.txt @@ -0,0 +1 @@ +3dab35009ec137a1dba77bd1f318b71ca8004e25e1ae42b324adec0b1e02bfbd xrsh.com