mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Upgrade embedded blink to 0.9.2
This commit is contained in:
parent
1011db793f
commit
c395d16230
3 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue