Electron2 BaseApp, ssh-agent, remove duplicate node

This commit is contained in:
Nick Richards
2018-11-12 16:08:22 +00:00
parent 6493779ff2
commit 4d6ea9a952
+3 -20
View File
@@ -1,7 +1,7 @@
{
"app-id": "com.visualstudio.code",
"branch": "stable",
"base": "io.atom.electron.BaseApp",
"base": "org.electronjs.Electron2.BaseApp",
"base-version": "18.08",
"runtime": "org.freedesktop.Sdk",
"runtime-version": "18.08",
@@ -12,6 +12,8 @@
"finish-args": [
"--share=ipc", "--socket=x11",
"--socket=pulseaudio",
"--require-version=0.10.3",
"--socket=ssh-auth",
"--share=network",
"--device=dri",
"--filesystem=host",
@@ -48,25 +50,6 @@
}
]
},
{
"name": "nodejs",
"cleanup": [
"/include",
"/share",
"/app/lib/node_modules/npm/changelogs",
"/app/lib/node_modules/npm/doc",
"/app/lib/node_modules/npm/html",
"/app/lib/node_modules/npm/man",
"/app/lib/node_modules/npm/scripts"
],
"sources": [
{
"type": "archive",
"url": "https://nodejs.org/dist/v8.11.2/node-v8.11.2.tar.xz",
"sha256": "539946c0381809576bed07424a35fc1740d52f4bd56305d6278d9e76c88f4979"
}
]
},
{
"name": "vscode",
"buildsystem": "simple",