feat: manjaro/arch build.py

This commit is contained in:
Kingtous
2022-08-25 17:35:45 +08:00
Unverified
parent f6f7ce1f2f
commit 1fb186fd2a
4 changed files with 65 additions and 8 deletions

View File

@@ -19,6 +19,10 @@ pub fn core_main() -> bool {
start_os_service();
return false;
}
if args[1] == "--server" {
// TODO: server
return false;
}
}
true
}