Update to 1.19.0 and enable i386

This commit is contained in:
Nick Richards
2017-12-15 10:48:59 +00:00
parent 80d24505d2
commit e5a2ded3c8
2 changed files with 19 additions and 3 deletions
+18 -2
View File
@@ -17,8 +17,7 @@
"--filesystem=host",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.secrets",
"--env=NPM_CONFIG_GLOBALCONFIG=/app/etc/npmrc",
"--extra-data=code.deb:cc81c53c4d06f2ca012a24f90ded33cf87e662a5b2ce3f336bcfc684b7e6e778:43487904::https://go.microsoft.com/fwlink/?LinkID=760868"
"--env=NPM_CONFIG_GLOBALCONFIG=/app/etc/npmrc"
],
"modules": [
{
@@ -122,7 +121,24 @@
{
"type": "file",
"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
View File
@@ -1,3 +1,3 @@
{
"only-arches": ["x86_64"]
"only-arches": ["i386", "x86_64"]
}