mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-30 23:52:00 +00:00
fix(build): port build scripts to Python to allow Windows contributors to build subprojects (#83)
* Rewrite build-version and all build-zip bash scripts to python * Add executable permissions to python build scripts * Use python build script for kmod in CI * Fix * Enhance kmod build script, add/fix docs, CI edits * Delete remaining build-zip bash scripts * Delete remaining build-zip bash scripts
This commit is contained in:
parent
4ad2ba8c2d
commit
cf4e72fa01
20 changed files with 490 additions and 206 deletions
|
|
@ -56,7 +56,7 @@ keytool -genkey -v -keystore ~/vpnhide.jks \
|
|||
### zygisk module
|
||||
|
||||
```sh
|
||||
cd zygisk && ./build-zip.sh
|
||||
cd zygisk && ./build-zip.py
|
||||
# → zygisk/target/vpnhide-zygisk.zip
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue