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

Building the magisk module zip #215

Closed
Ceynou opened this issue Jan 3, 2023 · 2 comments
Closed

Building the magisk module zip #215

Ceynou opened this issue Jan 3, 2023 · 2 comments
Assignees
Labels
question Question about BCR

Comments

@Ceynou
Copy link

Ceynou commented Jan 3, 2023

export RELEASE_KEYSTORE=/path/to/keystore.jks
export RELEASE_KEY_ALIAS=alias_name

read -r -s RELEASE_KEYSTORE_PASSPHRASE
read -r -s RELEASE_KEY_PASSPHRASE
export RELEASE_KEYSTORE_PASSPHRASE
export RELEASE_KEY_PASSPHRASE

So it seems that export is set on windows but I can't find anything for read because the command doesn't work

@chenxiaolong
Copy link
Owner

Hmm, I'm not familiar with Windows' cmd, but maybe you can just set the environment variables directly? Eg.

set RELEASE_KEYSTORE_PASSPHRASE=<password here>

(On Unix-like systems, the read command just prompts for the password invisibly so that it won't show up on screen.)

@chenxiaolong chenxiaolong self-assigned this Jan 4, 2023
@chenxiaolong chenxiaolong added the question Question about BCR label Jan 4, 2023
@Ceynou
Copy link
Author

Ceynou commented Jan 5, 2023

I ended up building the zip on a linux VM, for some reason it wouldn't even get the path of the keystore file, maybe I just had to type \: instead of plain :

@Ceynou Ceynou closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about BCR
Projects
None yet
Development

No branches or pull requests

2 participants