Skip to content

Commit

Permalink
fix: custom injector version selection
Browse files Browse the repository at this point in the history
oops i was in a rush
  • Loading branch information
rushiiMachine committed Dec 25, 2024
1 parent 04413c8 commit 3edbc03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DownloadInjectorStep : DownloadStep(), IDexProvider, KoinComponent {
override val localizedName = R.string.patch_step_dl_injector
override val targetUrl = URL
override val targetFile
get() = paths.cachedInjectorDex(targetVersion)
get() = paths.cachedInjectorDex(targetVersion, custom = isCustomVersion)

override suspend fun execute(container: StepRunner) {
var customVersions = mutableListOf<SemVer>()
Expand Down

0 comments on commit 3edbc03

Please sign in to comment.