This repository is the clean release home for the SecureSoft VPN client.
client/- Flutter client source for Android and Windows.android/- published Android installers.windows/- published Windows installers.docs/- release rules and handoff notes.
- Version:
1.0.15+17 - Android APK:
android/SecureSoft-VPN-Android.apk - Android versioned copy:
android/SecureSoft-VPN-Android-1.0.15.apk - Windows installer:
windows/SecureSoft-VPN-Setup.exe - Windows versioned copy:
windows/SecureSoft-VPN-Setup-1.0.15.exe
Android 1.0.15+17 is signed with the SecureSoft production release key. It is not update-compatible with the old debug-signed 1.0.14 APK; users with that APK must uninstall/reinstall.
Hashes:
FAA601DAFA8C08424F0566E275A5ADCC39F1E2C4A1C5D7780CEECB5B9D69B2E5 android/SecureSoft-VPN-Android.apk
A1F7BA285E8B11AD883131B8A8CBBCCCD7385A42DE1DCB578B8CC8C902F89965 windows/SecureSoft-VPN-Setup.exe
Set-Location D:\myP\SecureSoft-installers\client
& 'C:\Users\User\develop\flutter\bin\flutter.bat' analyze
& 'C:\Users\User\develop\flutter\bin\flutter.bat' test
& 'C:\Users\User\develop\flutter\bin\flutter.bat' build apk --release
& 'C:\Users\User\develop\flutter\bin\flutter.bat' build windows --release
& 'C:\Users\User\AppData\Local\Programs\Inno Setup 6\ISCC.exe' '.\installer\windows\SecureSoftClient.iss'The preferred Android path is GitHub Actions Client Build with release signing secrets configured. Local Android builds are fallback only and must be verified with apksigner verify --print-certs before promotion.
Only the current stable release belongs in android/ and windows/. Old builds should stay out of this repository unless there is a specific audit reason to archive them.