mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Electron2 BaseApp, ssh-agent, remove duplicate node
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user