add deb builder script.

This commit is contained in:
2023-04-17 17:07:22 +08:00
parent c9f3daafb1
commit b5eee37ace
13 changed files with 312 additions and 82 deletions
@@ -0,0 +1,10 @@
[Desktop Entry]
Categories=Utility;
Comment=专为 DDE 桌面环境打造的屏幕二维码识别工具,使用 Flutter 构建。
Exec=/opt/apps/com.debuggerx.dde-qrcode-detector/files/dde_qrcode_detector
Icon=dde_qrcode_detector
Name=DDE Qrcode Detector
Name[zh_CN]=DDE二维码识别
Type=Application
Version=VERSION
X-Deepin-Vendor=user-custom
+17
View File
@@ -0,0 +1,17 @@
{
"appid": "com.debuggerx.dde-qrcode-detector",
"name": "dde-qrcode-detector",
"version": "VERSION",
"arch": ["amd64"],
"permissions": {
"autostart": false,
"notification": false,
"trayicon": false,
"clipboard": true,
"account": false,
"bluetooth": false,
"camera": false,
"audio_record": false,
"installed_apps": false
}
}