mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
build: bump version to 0.12.18-rc2 (#1135)
This commit is contained in:
parent
fcb9fec712
commit
ce1d4f4f43
6 changed files with 28 additions and 23 deletions
|
@ -67,6 +67,11 @@ const generateExtensionInstall = (version) => {
|
|||
platform('darwin-arm64', 'Apple Silicon macOS'),
|
||||
platform('alpine-x64', 'x64 Alpine Linux'),
|
||||
platform('alpine-arm64', 'ARM64 Alpine Linux'),
|
||||
{
|
||||
name: 'web',
|
||||
displayName: 'Browser (Web)',
|
||||
assets: []
|
||||
},
|
||||
{
|
||||
name: 'universal',
|
||||
displayName: 'Other Platforms (Universal)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue