mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
fixed file path
This commit is contained in:
parent
a1e0f257fc
commit
19581cc4a2
@ -92,7 +92,7 @@ fun ProductFlavor.createPublishBundleWithExpansionTask(
|
||||
attachExpansionTo(variants[0].versionCode)
|
||||
addToTrackInDraft(variants[0].versionCode, versionName)
|
||||
} else {
|
||||
throw FileNotFoundException("Unable to find generated aab file generatedFile ${generatedBundleFile.path} & generatedBundleFile2 ${generatedBundleFile2.path}")
|
||||
throw FileNotFoundException("Unable to find generated aab file generatedFile ${generatedBundleFile.path} & generatedBundleFile2 generatedBundleFile2.path")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user