diff --git a/webapp/app.py b/webapp/app.py index ef72aeb..4650977 100644 --- a/webapp/app.py +++ b/webapp/app.py @@ -69,7 +69,7 @@ def deploy_path(image_type): def unattend_path(image_type): """Return the unattend.xml path for an image type.""" - return os.path.join(deploy_path(image_type), "Control", "unattend.xml") + return os.path.join(deploy_path(image_type), "FlatUnattendW10.xml") def image_status(image_type):