mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
.vscode | ||
gpclient | ||
gpcommon | ||
gpgui | ||
gpservice | ||
.editorconfig | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Development
Build the service
# Build the client first
cargo build -p gpclient
# Build the service
cargo build -p gpservice
Start the service
sudo ./target/debug/gpservice
Start the GUI
cd gpgui
pnpm install
pnpm tauri dev
Open the DevTools
Right-click on the GUI window and select "Inspect Element".