mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 19:12:04 +08:00
初步实现高级打包器脚本文件的抽离(未测试可用性)
This commit is contained in:
17
packager-config/uos-info.json
Normal file
17
packager-config/uos-info.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"appid": "@@@DEB_PACKAGE_NAME@@@",
|
||||
"name": "@@@APP_NAME@@@",
|
||||
"version": "@@@APPVER@@@",
|
||||
"arch": ["@@@ARCH@@@"],
|
||||
"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