Update the blink binaries

This commit is contained in:
Justine Tunney 2023-01-05 22:50:20 -08:00
parent cd27a53345
commit 0708310041
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
10 changed files with 1 additions and 1 deletions

View file

@ -700,7 +700,7 @@ emush: .ascii "\n@\n#'\"\n"
// 2. gunzip the blink virtual machine executable
// 3. relaunch this program inside the blink vm
.ascii "o=\"$(command -v \"$0\")\"\n"
.ascii "e=\"${TMPDIR:-${HOME:-.}}/.ape-blink-1.0\"\n"
.ascii "e=\"${TMPDIR:-${HOME:-.}}/.ape-blink-1.1\"\n"
// Blink for Aarch64 Linux, e.g. Raspberry Pi
.ascii "if [ \"$m\" = aarch64 ]; then\n"