From 9842d5de61d4d8de5b520999fa6f631ab08667ea Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 5 Sep 2024 21:04:28 +0200 Subject: [PATCH] build: update local build Signed-off-by: AuxXxilium --- img-gen-all.sh | 2 +- img-gen-next.sh | 2 +- img-gen.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/img-gen-all.sh b/img-gen-all.sh index aa289ccb..4d5e656a 100755 --- a/img-gen-all.sh +++ b/img-gen-all.sh @@ -15,7 +15,7 @@ getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" getTheme "files/p1/boot/grub" -getOffline "files/p3/configs" +getOffline "files/p3/offline" getBuildroots "latest" "brs" getBuildrootx "latest" "brx" diff --git a/img-gen-next.sh b/img-gen-next.sh index f56d8202..adf9a9ee 100755 --- a/img-gen-next.sh +++ b/img-gen-next.sh @@ -15,7 +15,7 @@ getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" getTheme "files/p1/boot/grub" -getOffline "files/p3/configs" +getOffline "files/p3/offline" getBuildrootx "latest" "brx" # Xbase diff --git a/img-gen.sh b/img-gen.sh index 667559ea..419c47cc 100755 --- a/img-gen.sh +++ b/img-gen.sh @@ -15,7 +15,7 @@ getConfigs "files/p3/configs" getPatches "files/p3/patches" getCustom "files/p3/custom" getTheme "files/p1/boot/grub" -getOffline "files/p3/configs" +getOffline "files/p3/offline" getBuildroots "latest" "brs" # Sbase