1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 10:15:50 +05:30

refactor: use echo to write manifest on flatpak

This commit is contained in:
2026-02-26 13:24:58 +05:30
Verified
parent 953bd20499
commit b3d99f3334
3 changed files with 19 additions and 9 deletions

View File

@@ -24,7 +24,6 @@
"sql:allow-execute",
"fs:allow-app-write",
"fs:allow-app-write-recursive",
"fs:allow-write-text-file",
"updater:default",
"process:default",
"clipboard-manager:allow-read-text",

View File

@@ -69,6 +69,11 @@
"name": "cp",
"cmd": "cp",
"args": true
},
{
"name": "echo",
"cmd": "echo",
"args": true
}
]
},