OSDN Git Service

[enable] : Enable --log for fullbuild
authorhayao <hayao@fascode.net>
Sun, 4 Jul 2021 07:08:13 +0000 (16:08 +0900)
committerhayao <hayao@fascode.net>
Sun, 4 Jul 2021 07:08:13 +0000 (16:08 +0900)
tools/fullbuild.sh

index 232b402..a13793d 100755 (executable)
@@ -20,7 +20,7 @@ channels=(
 architectures=("x86_64" "i686")
 locale_list=("ja" "en")
 share_options=()
-default_options=("--boot-splash" "--cleanup" "--user" "alter" "--password" "alter")
+default_options=("--boot-splash" "--cleanup" "--user" "alter" "--password" "alter" "--log")
 failed=()
 abort=false