Sem descrição

Toby Chui 66d535de41 Added auto reset test env script (require arozo_autorelease folder) há 3 anos atrás
.gitignore fb91e4551b Updated gitignore há 3 anos atrás
LICENSE 11f7f72e2b Initial commit há 3 anos atrás
README.md 2f697727bd Updated readme há 3 anos atrás
autopush.bat 9f41675c03 init commit há 3 anos atrás
fs.go a023f037d4 Added update screw up restore logic há 3 anos atrás
go.mod 9f41675c03 init commit há 3 anos atrás
go.sum 9f41675c03 init commit há 3 anos atrás
launcher.exe a023f037d4 Added update screw up restore logic há 3 anos atrás
main.go a023f037d4 Added update screw up restore logic há 3 anos atrás
reset_test_env.sh 66d535de41 Added auto reset test env script (require arozo_autorelease folder) há 3 anos atrás
update.go 073463b014 Push before final test há 3 anos atrás

README.md

LauncherA

The ArozOS Launcher, for internal use only

Installation

Put the launcher.exe or launcher next to ArozOS v1.119 or above. This will allow ArozOS to perform in system update by black magic :D

Build

go mod tidy
go build

./launcher
or
.\launcher.exe

All the parameter passed to launcher.exe will be passed to arozos.exe (or any binary that seems like a correct launching executable), it will auto detect anything that looks like "arozos", "arozos.exe" or "arozos{platform}{arch}(.exe)"

Usage

Go to ArozOS System Setting > Updates and perform a system update. You can also try to downgrade your system as well but notes that update utilities does not exists before v1.119, so you might not be able to get back to the future after you downgraded to a too early version.