Açıklama Yok

Toby Chui d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
.gitignore 325c1fc0bf Removed trash 3 yıl önce
LICENSE 11f7f72e2b Initial commit 3 yıl önce
README.md 2f697727bd Updated readme 3 yıl önce
autopush.bat 9f41675c03 init commit 3 yıl önce
build.bat d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
fs.go 67fa81abb2 Fixing linux wont launch issue 3 yıl önce
go.mod 9f41675c03 init commit 3 yıl önce
go.sum 9f41675c03 init commit 3 yıl önce
launcher_darwin_amd64 d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
launcher_linux_amd64 d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
launcher_linux_arm d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
launcher_linux_arm64 d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
main.go d44f9d8acb Try to add cwd into cmd start to fix shitty SMART issue 3 yıl önce
prepare_update_files.sh 1ed1d9cf53 Added updates pack simulating script 3 yıl önce
reset_test_env.sh 66d535de41 Added auto reset test env script (require arozo_autorelease folder) 3 yıl önce
update.go 073463b014 Push before final test 3 yıl önce

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.