diff --git a/src/main/kotlin/app/revanced/cli/utils/Scripts.kt b/src/main/kotlin/app/revanced/cli/utils/Scripts.kt index 05c4672a..028c10b0 100644 --- a/src/main/kotlin/app/revanced/cli/utils/Scripts.kt +++ b/src/main/kotlin/app/revanced/cli/utils/Scripts.kt @@ -1,7 +1,7 @@ package app.revanced.cli.utils // TODO: make this a class with PACKAGE_NAME as argument, then use that everywhere. -// make sure +// make sure to remove the "const" from all the vals, they won't compile obviously. object Scripts { private const val PACKAGE_NAME = "com.google.android.youtube" private const val DATA_PATH = "/data/adb/ReVanced"