Prosody AppImage: extract in a dedicated folder

This commit is contained in:
John Livingston
2022-11-15 16:30:24 +01:00
parent 27e8fbf05f
commit 8f5b2ae565
3 changed files with 21 additions and 7 deletions

View File

@ -12,6 +12,7 @@ interface ProsodyFilePaths {
execCtl: string
execCtlArgs: string[]
appImageToExtract?: string
appImageExtractPath: string
}
export {