diff --git a/com.visualstudio.code.json b/com.visualstudio.code.json index 57275ba..fe37a00 100644 --- a/com.visualstudio.code.json +++ b/com.visualstudio.code.json @@ -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 } + ] } ] diff --git a/flathub.json b/flathub.json index 637604e..a87b4a1 100644 --- a/flathub.json +++ b/flathub.json @@ -1,3 +1,3 @@ { - "only-arches": ["x86_64"] + "only-arches": ["i386", "x86_64"] }