Files
arthur_chen f69efb67ad Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop)
- Python Django API service (services/api)
- Deployment scripts and docs
2026-05-15 09:06:10 +08:00

15 lines
565 B
Markdown

# Netclient assets
Run `scripts/download-netclient-assets.bat` on Windows or `pwsh scripts/download-netclient-assets.ps1` before building the desktop app.
Expected files:
- `windows/netclientbundle.exe`
- `windows/netclient-windows-amd64.exe`
- `macos/Netclient-M1.pkg`
- `macos/Netclient-Intel.pkg`
- `macos/netclient-darwin-arm64`
- `macos/netclient-darwin-amd64`
The app first looks for an installed `netclient`, then falls back to the bundled binary. If `netclient` is missing, the install button starts the bundled installer with administrator privileges.