初步实现高级打包器脚本文件的抽离(未测试可用性)

This commit is contained in:
2024-08-03 08:42:53 +08:00
parent 81576681e8
commit 9ae95d6008
65 changed files with 605 additions and 880 deletions

View 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
}
}