cafebazaar / bundle-signer

Apache License 2.0
32 stars 9 forks source link

Missing output Bin file path #18

Closed mohammad-rostami closed 3 years ago

mohammad-rostami commented 3 years ago

there is an issue creating the bin file. when i run this command

java -jar bundlesigner-0.1.4.jar genbin --bundle /media/mohammad/Android/Lab/Kotlin/Test/app/release/sign/ app-release.aab --bin /home/bin_files/ --v2-signing-enabled true --v3-signing-enabled false --ks /media/mohammad/Android/Lab/Kotlin/Test/app/release/sign/ test.jks -v

it never accepts the bin output, i even changed the output path but again it doesnt accept it. the error is Missing output Bin file path

mohammad-rostami commented 3 years ago

problem solved. the issue was because of the extra space before the bundle file name