mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-03-13 08:41:57 +08:00
fix: Create modules path in root installer
This commit is contained in:
@@ -121,7 +121,7 @@ class RootInstaller(
|
||||
execute("pm install \"${stockApp.absolutePath}\"").assertSuccess("Failed to install stock app")
|
||||
}
|
||||
|
||||
remoteFS.getFile(modulePath).mkdir()
|
||||
remoteFS.getFile(modulePath).mkdirs()
|
||||
|
||||
listOf(
|
||||
"service.sh",
|
||||
|
||||
Reference in New Issue
Block a user