mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-19 09:03:58 +00:00
fix(change-package-name): make option packageName null by default
This commit is contained in:
@@ -41,7 +41,7 @@ class ChangePackageNamePatch : ResourcePatch {
|
|||||||
var packageName: String? by option(
|
var packageName: String? by option(
|
||||||
PatchOption.StringOption(
|
PatchOption.StringOption(
|
||||||
key = "packageName",
|
key = "packageName",
|
||||||
default = "",
|
default = null,
|
||||||
title = "Package name",
|
title = "Package name",
|
||||||
description = "The name of the package to rename of the app.",
|
description = "The name of the package to rename of the app.",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user