mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Update to 1.19.0 and enable i386
This commit is contained in:
@@ -17,8 +17,7 @@
|
|||||||
"--filesystem=host",
|
"--filesystem=host",
|
||||||
"--talk-name=org.freedesktop.Notifications",
|
"--talk-name=org.freedesktop.Notifications",
|
||||||
"--talk-name=org.freedesktop.secrets",
|
"--talk-name=org.freedesktop.secrets",
|
||||||
"--env=NPM_CONFIG_GLOBALCONFIG=/app/etc/npmrc",
|
"--env=NPM_CONFIG_GLOBALCONFIG=/app/etc/npmrc"
|
||||||
"--extra-data=code.deb:cc81c53c4d06f2ca012a24f90ded33cf87e662a5b2ce3f336bcfc684b7e6e778:43487904::https://go.microsoft.com/fwlink/?LinkID=760868"
|
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
@@ -122,7 +121,24 @@
|
|||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "com.visualstudio.code.appdata.xml"
|
"path": "com.visualstudio.code.appdata.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "extra-data",
|
||||||
|
"filename": "code.deb",
|
||||||
|
"only-arches": ["x86_64"],
|
||||||
|
"url": "https://go.microsoft.com/fwlink/?LinkID=760868",
|
||||||
|
"sha256": "bb70b6be7c0b741d5d49f395800491dbe603afbba651790ba239e3f71bbf0156",
|
||||||
|
"size": 45388680
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "extra-data",
|
||||||
|
"filename": "code.deb",
|
||||||
|
"only-arches": ["i386"],
|
||||||
|
"url": "https://go.microsoft.com/fwlink/?LinkID=760680",
|
||||||
|
"sha256": "2a3b692738d3724c951c88ce885a78752dfd59fd6c2fc542ffaed203e6c26ee4",
|
||||||
|
"size": 46193294
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"only-arches": ["x86_64"]
|
"only-arches": ["i386", "x86_64"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user