初步添加统信的wine打包脚本

This commit is contained in:
2022-07-14 14:31:36 +08:00
parent 2eb05c9b7c
commit a01287dd6f
49 changed files with 2531 additions and 14 deletions

17
package-script/template/info Executable file
View File

@@ -0,0 +1,17 @@
{
"appid": "@deb_package_name@",
"name": "@app_name@",
"version": "@deb_version_string@",
"arch": ["i386"],
"permissions": {
"autostart": false,
"notification": false,
"trayicon": true,
"clipboard": true,
"account": false,
"bluetooth": false,
"camera": true,
"audio_record": true,
"installed_apps": false
}
}