You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When running `init` with the `--directory` option,
`twa-manifest.json` was generated in the current directory
instead of the project directory.
- The `init` method would also suggest the current directory as
the default for the keystore. This is changed to be inside the
target directory.
ClosesGoogleChromeLabs#414
- When running `init` with the `--directory` option,
`twa-manifest.json` was generated in the current directory
instead of the project directory.
- The `init` method would also suggest the current directory as
the default for the keystore. This is changed to be inside the
target directory.
Closes#414
Describe the bug
Generated keystore and twa-config files are not put in the given directory argument.
To Reproduce
Steps to reproduce the behavior:
bubblewrap init --manifest=/path/to/manintest --directory=adir
Expected behavior
all generated files will be put inside
adir
Desktop (please complete the following information):
Thanks you.
The text was updated successfully, but these errors were encountered: