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.
What this PR does and why
When issuing
vab .
orvab 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.