Update App version to 0.0.2

This commit is contained in:
luckfox-eng29
2025-09-16 11:03:46 +08:00
parent 8fbd6bcf0d
commit 15d276652c
45 changed files with 3347 additions and 252 deletions

View File

@@ -14,6 +14,7 @@ import (
var appCtx context.Context
func Main() {
SyncConfigSD(true)
LoadConfig()
var cancel context.CancelFunc
@@ -105,7 +106,6 @@ func Main() {
logger.Warn().Err(err).Msg("failed to extract and run vpn bin")
//TODO: prepare an error message screen buffer to show on kvm screen
}
}()
// initialize usb gadget
@@ -129,6 +129,8 @@ func Main() {
// Initialize VPN
initVPN()
initSystemInfo()
//Auto update
//go func() {
// time.Sleep(15 * time.Minute)