This adds a new feature - the ability to trim a trailing -unsigned before appending -signed to the filename stem. Having a file named -unsigned-signed.apk bothered me and it was easy to fix.
I see you've been updating the v1 tag - not what I expected for a release strategy - but in any case, if you choose to merge this you may want to bump to a new version since it adds a new option. It's optional and defaults to the old behavior, but it makes sense as a version bump point.
This adds a new feature - the ability to trim a trailing
-unsigned
before appending-signed
to the filename stem. Having a file named-unsigned-signed.apk
bothered me and it was easy to fix.I see you've been updating the v1 tag - not what I expected for a release strategy - but in any case, if you choose to merge this you may want to bump to a new version since it adds a new option. It's optional and defaults to the old behavior, but it makes sense as a version bump point.
(This has been rebased on #57 )