feat: deb build script for uos.

This commit is contained in:
2022-01-28 17:13:48 +08:00
parent b667823d27
commit 42c654bb00
8 changed files with 86 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"appid": "com.debuggerx.dde-gesture-manager",
"name": "dde-gesture-manager",
"version": "VERSION",
"arch": ["amd64"],
"permissions": {
"autostart": true,
"notification": true,
"trayicon": false,
"clipboard": true,
"account": false,
"bluetooth": false,
"camera": false,
"audio_record": false,
"installed_apps": false
}
}