Upgrade embedded blink to 0.9.2

This commit is contained in:
Justine Tunney 2023-02-23 12:25:01 -08:00
parent 1011db793f
commit c395d16230
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 1 additions and 1 deletions

View file

@ -701,7 +701,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-0.9.0\"\n"
.ascii "e=\"${TMPDIR:-${HOME:-.}}/.ape-blink-0.9.2\"\n"
// Blink for Apple Silicon, e.g. M1 Macbook
.ascii "if [ \"$s\" = Darwin ] && [ \"$m\" = arm64 ]; then\n"

Binary file not shown.

Binary file not shown.