mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 06:55:51 +05:30
refactor: dynamically generate msghost manifest for flatpak
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
"sql:allow-execute",
|
||||
"fs:allow-app-write",
|
||||
"fs:allow-app-write-recursive",
|
||||
"fs:allow-config-read",
|
||||
"fs:allow-config-read-recursive",
|
||||
"fs:allow-config-write",
|
||||
"fs:allow-config-write-recursive",
|
||||
"fs:allow-write-text-file",
|
||||
"updater:default",
|
||||
"process:default",
|
||||
"clipboard-manager:allow-read-text",
|
||||
|
||||
@@ -64,11 +64,6 @@
|
||||
"name": "powershell",
|
||||
"cmd": "powershell",
|
||||
"args": true
|
||||
},
|
||||
{
|
||||
"name": "cp",
|
||||
"cmd": "cp",
|
||||
"args": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -119,11 +114,6 @@
|
||||
"name": "deno",
|
||||
"cmd": "deno",
|
||||
"args": true
|
||||
},
|
||||
{
|
||||
"name": "cp",
|
||||
"cmd": "cp",
|
||||
"args": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user