mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
初步添加统信的wine打包脚本
This commit is contained in:
17
package-script/template/info
Executable file
17
package-script/template/info
Executable 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user