vlang / vab

V Android Bootstrapper
MIT License
319 stars 29 forks source link

opt.output: default file name (for apk or aab) is now name of the work dir #277

Closed scriptmaster closed 2 months ago

scriptmaster commented 10 months ago

What this PR does and why

When issuing vab . or vab run . the default file name produced is based on a hard-coded string (V Test App). This PR changes the default file name produced to the work dir (similar to what v compiler does).

Why

The default .apk or .aac file name is not matching with the expectation of how a v . does, hence this PR.

larpon commented 2 months ago

Re-open and fix if this is still active