Skip to content

Securesoftdev/23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureSoft Client Releases

This repository is the clean release home for the SecureSoft VPN client.

Layout

  • client/ - Flutter client source for Android and Windows.
  • android/ - published Android installers.
  • windows/ - published Windows installers.
  • docs/ - release rules and handoff notes.

Current Stable Release

  • 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

Build

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors