1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 12:35:49 +05:30

refactor: dynamically generate msghost manifest for flatpak

This commit is contained in:
2026-02-26 11:21:23 +05:30
Verified
parent a7d726c3d3
commit d2a26777d5
3 changed files with 32 additions and 31 deletions

View File

@@ -64,11 +64,6 @@
"name": "powershell",
"cmd": "powershell",
"args": true
},
{
"name": "cp",
"cmd": "cp",
"args": true
}
]
},
@@ -119,11 +114,6 @@
"name": "deno",
"cmd": "deno",
"args": true
},
{
"name": "cp",
"cmd": "cp",
"args": true
}
]
}