mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-13 23:29:23 +01:00
fix: this tiny thing has caused me the worst headache ever in my life
This commit is contained in:
parent
8d96ec83cb
commit
a37304e032
@ -74,7 +74,7 @@ class Main {
|
||||
bar.reset().maxHint(dexFiles.size.toLong())
|
||||
.extraMessage = "Saving dex files"
|
||||
dexFiles.forEach { (dexName, dexData) ->
|
||||
Files.write(File(output, dexName).toPath(), dexData.buffer)
|
||||
Files.write(File(output, dexName).toPath(), dexData.data)
|
||||
bar.step()
|
||||
}
|
||||
bar.close()
|
||||
|
Loading…
Reference in New Issue
Block a user