Sin descripción

Toby Chui c160073c6e Fixed bug hace 2 años
.gitignore 325c1fc0bf Removed trash hace 3 años
LICENSE 11f7f72e2b Initial commit hace 3 años
README.md 2f697727bd Updated readme hace 3 años
autopush.bat 9f41675c03 init commit hace 3 años
build.bat c160073c6e Fixed bug hace 2 años
fs.go c160073c6e Fixed bug hace 2 años
go.mod 9f41675c03 init commit hace 3 años
go.sum 9f41675c03 init commit hace 3 años
launcher_darwin_amd64 c160073c6e Fixed bug hace 2 años
launcher_linux_amd64 c160073c6e Fixed bug hace 2 años
launcher_linux_arm 2387b5e809 Added start script backup hace 3 años
launcher_linux_arm64 c160073c6e Fixed bug hace 2 años
launcher_linux_armv6 c160073c6e Fixed bug hace 2 años
launcher_linux_armv7l c160073c6e Fixed bug hace 2 años
main.go c160073c6e Fixed bug hace 2 años
prepare_update_files.sh 1ed1d9cf53 Added updates pack simulating script hace 3 años
reset_test_env.sh 66d535de41 Added auto reset test env script (require arozo_autorelease folder) hace 3 años
start.bat 2387b5e809 Added start script backup hace 3 años
start.sh 2387b5e809 Added start script backup hace 3 años
update.go 2387b5e809 Added start script backup hace 3 años

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.