mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-28 22:52:15 +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
|
|
@ -74,7 +74,7 @@ Requirements:
|
|||
Build and package:
|
||||
|
||||
```bash
|
||||
./build-zip.sh
|
||||
./build-zip.py
|
||||
# Output: target/vpnhide-zygisk.zip (~180 KB)
|
||||
```
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ VPN interface prefixes: `tun`, `ppp`, `tap`, `wg`, `ipsec`, `xfrm`, `utun`, `l2t
|
|||
- `build.rs` -- drives CMake on the shadowhook submodule
|
||||
- `third_party/android-inline-hook/` -- submodule (our shadowhook fork)
|
||||
- `module/` -- KernelSU/Magisk module metadata
|
||||
- `build-zip.sh` -- cross-compile + package script
|
||||
- `build-zip.py` -- cross-compile + package script
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue