Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop) - Python Django API service (services/api) - Deployment scripts and docs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
|
||||
</application>
|
||||
</compatibility>
|
||||
</assembly>
|
||||
@@ -0,0 +1 @@
|
||||
1 24 "resources/app.manifest"
|
||||
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user