mirror of
https://github.com/dockur/windows.git
synced 2026-08-25 08:09:04 +01:00
feat: Centralize platform and image state checks (#2139)
This commit is contained in:
+1
-1
@@ -1644,7 +1644,7 @@ extractESD() {
|
||||
fKill "progress.sh"
|
||||
html "$msg..."
|
||||
|
||||
if [[ "${PLATFORM,,}" == "x64" ]]; then
|
||||
if isPlatform "x64"; then
|
||||
LABEL="CCCOMA_X64FRE_EN-US_DV9"
|
||||
else
|
||||
LABEL="CPBA_A64FRE_EN-US_DV9"
|
||||
|
||||
Reference in New Issue
Block a user