From 3902fd7184fc14d578965586b38b477151933c22 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 25 Sep 2024 19:55:24 +0200 Subject: [PATCH] Ignore failed wim optimizations --- winiso/deploy.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winiso/deploy.fish b/winiso/deploy.fish index 44d6168d..a20d7b3a 100755 --- a/winiso/deploy.fish +++ b/winiso/deploy.fish @@ -188,7 +188,7 @@ begin wimdelete --soft "$wimFile" 2 end - and wimoptimize "$wimFile" + and wimoptimize "$wimFile" || true and chmod u-w "$wimFile" and chmod u-w (dirname "$wimFile") end