Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated keystore and twa-config files are not put in the given directory argument. #414

Closed
jingz opened this issue Nov 30, 2020 · 0 comments · Fixed by #421
Closed

Generated keystore and twa-config files are not put in the given directory argument. #414

jingz opened this issue Nov 30, 2020 · 0 comments · Fixed by #421
Labels
bug Something isn't working

Comments

@jingz
Copy link

jingz commented Nov 30, 2020

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):

  • MacOS MoJave

Thanks you.

@andreban andreban added the bug Something isn't working label Nov 30, 2020
andreban added a commit to andreban/llama-pack that referenced this issue Dec 7, 2020
- 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 GoogleChromeLabs#414
andreban added a commit that referenced this issue Dec 8, 2020
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants