fix: remove unnecessary deletion

This commit is contained in:
Ax333l 2024-12-10 17:34:46 +01:00
parent e6ca1b5084
commit f56b175345
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

@ -111,7 +111,6 @@ class DownloadedAppRepository(
) )
} catch (e: Exception) { } catch (e: Exception) {
saveDir.deleteRecursively() saveDir.deleteRecursively()
relativePath.delete()
throw e throw e
} }