1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 13:45: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

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