Coder Social home page Coder Social logo

galaxyskyknight / v2rayng Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chika0801/v2rayng

0.0 0.0 0.0 31 KB

Compile the APK file for v2rayNG using the latest commit code from Xray-core and the latest version of go in order to test some features.

Home Page: https://github.com/2dust/v2rayNG

v2rayng's Introduction

v2rayNG

Compile the APK file for v2rayNG using the latest commit code from Xray-core and the latest version of go in order to test some features.

使用keytool生成apk签名证书

  1. 下载 JDK Development Kit

  2. 解压后在 \bin 文件夹中点击右键,选择 在终端中打开,在 命令提示符 窗口中粘贴命令

keytool -genkey -v -keystore keystore.jks -alias chika -storepass lovelive -keypass lovelive -validity 365 -keyalg RSA -keysize 2048

-alias chika -storepass lovelive -keypass lovelive -validity 365 替换成你的值

  1. 将生成的 keystore.jks 文件上传到你的VPS,在SSH终端中粘贴命令
openssl base64 < keystore.jks | tr -d '\n' | tee keystore_base64.txt
  1. Fork本仓库后,点击 Settings —> Secrets and variables —> Actions —> New repository secret

  2. 新增以下项目,替换成你的值

Name Secret
ALIAS chika
KEYPASSWORD lovelive
KEYSTOREPASSWORD lovelive
SIGNINGKEYBASE64 粘贴 keystore_base64.txt 中的内容

v2rayng's People

Contributors

chika0801 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.