mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 11:30:29 +00:00
Bump embedded blink binary to 0.9.0
This is an official tagged version. The 1.1 version used earlier was informal. Formal versions will always have major.minor.patch going forward. See https://github.com/jart/blink/tags 1.0.0 coming soon.
This commit is contained in:
parent
ca88fc34c3
commit
1011db793f
12 changed files with 3 additions and 24 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-1.1\"\n"
|
||||
.ascii "e=\"${TMPDIR:-${HOME:-.}}/.ape-blink-0.9.0\"\n"
|
||||
|
||||
// Blink for Apple Silicon, e.g. M1 Macbook
|
||||
.ascii "if [ \"$s\" = Darwin ] && [ \"$m\" = arm64 ]; then\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue