Build v2rayNG App with github action #2527
oXIIIo
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
How can I generate these 4 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I wanted to share that you can build the v2rayNG app with ease by using GitHub Action!
Here are the steps to get started:
SIGNING_KEY
: Your signing key (Keystore) in base64-encoded format.SIGNING_KEY_ALIAS
: The alias for your signing key.SIGNING_KEY_PASSWORD
: The password for your signing key.SIGNING_STORE_PASSWORD
: The store password for your signing key.Additionally, please make sure to provide the input data for XRAY_CORE_VERSION and V2RAYNG_VERSION when running the workflow.
XRAY_CORE_VERSION
: The version of XRay Core to use for the build e.gv1.8.4
.V2RAYNG_VERSION
: The version of v2rayNG (you can pass anything you want , it's not important).That's it! You should now have a working v2rayNG app built from the latest source code. Feel free to explore and customize it as needed.
Repository Link: https://github.com/oXIIIo/v2rayNG
Beta Was this translation helpful? Give feedback.
All reactions