支持多平台linux-amd64 linux-arm64 win

This commit is contained in:
BBIT-Kai
2026-01-04 11:44:10 +08:00
parent 7b669ffbd0
commit 209d087fa5
24 changed files with 227 additions and 49 deletions
@@ -0,0 +1,11 @@
package platform
type UpdaterLauncher interface {
Start(args []string) error
}
type MainProgramStarter interface {
Start(targetExe string) error
GetMainName() string
}