1
0
kopia lustrzana https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00

fix: Code formatting (#1726)

This commit is contained in:
Kroese
2026-05-16 02:44:47 +02:00
zatwierdzone przez GitHub
rodzic fddbebadae
commit 7fd7ab3050
+4 -4
Wyświetl plik
@@ -458,9 +458,9 @@ extractESD() {
/run/progress.sh "$bootWimFile" "$total3" "$msg ([P])..." & /run/progress.sh "$bootWimFile" "$total3" "$msg ([P])..." &
wimlib-imagex export "$iso" "$imageIndex" "$bootWimFile" --compress=none --boot --quiet || { wimlib-imagex export "$iso" "$imageIndex" "$bootWimFile" --compress=none --boot --quiet || {
retVal=$? retVal=$?
fKill "progress.sh" fKill "progress.sh"
error "Adding Windows Setup failed ($retVal)" && return 1 error "Adding Windows Setup failed ($retVal)" && return 1
} }
fKill "progress.sh" fKill "progress.sh"
@@ -594,7 +594,7 @@ getPlatform() {
case "${arch,,}" in case "${arch,,}" in
"0" ) platform="x86" ;; "0" ) platform="x86" ;;
"9" ) platform="x64" ;; "9" ) platform="x64" ;;
"12" )platform="arm64" ;; "12" ) platform="arm64" ;;
esac esac
echo "$platform" echo "$platform"