Skip to content

Commit

Permalink
package: drive-by pub prepare_package_base
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 15, 2024
1 parent 4198b0e commit f62db69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/package.v
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ pub:
// * Modifying template files, like `AndroidManifest.xml` or the Java Activity
// * Moving files into place
// * Copy assets to a location where `vab` can pick them up
fn prepare_package_base(opt PackageOptions) !PackageBase {
pub fn prepare_package_base(opt PackageOptions) !PackageBase {
opt.verbose(1, 'Preparing ${opt.format} base"')
package_path := opt.package_root()
opt.verbose(2, 'Removing previous package directory "${package_path}"')
Expand Down

0 comments on commit f62db69

Please sign in to comment.