Skip to content

Commit

Permalink
try to create directory in updater
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jan 8, 2024
1 parent a139cc7 commit 860158b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/geode/launcher/utils/ReleaseManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ class ReleaseManager private constructor(
geodeFile.delete()
}

geodeFile.parentFile?.mkdirs()

DownloadUtils.extractFileFromZipStream(
fileStream,
geodeFile.outputStream(),
Expand Down

0 comments on commit 860158b

Please sign in to comment.