Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit aeda55d

Browse files
authored
Remove arm64 folder in x64 build
1 parent eae5cf2 commit aeda55d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,9 @@ echo -e "Convert images to vhdx done\n"
733733

734734
echo "Remove signature and add scripts"
735735
sudo rm -rf "${WORK_DIR:?}"/wsa/"$ARCH"/\[Content_Types\].xml "$WORK_DIR/wsa/$ARCH/AppxBlockMap.xml" "$WORK_DIR/wsa/$ARCH/AppxSignature.p7x" "$WORK_DIR/wsa/$ARCH/AppxMetadata" || abort
736+
if [[ "$ARCH" == "x64" ]]; then
737+
sudo rm -rf "$WORK_DIR/wsa/$ARCH/arm64/" || abort
738+
fi
736739
mkdir "$WORK_DIR/wsa/$ARCH/uwp"
737740
cp "$VCLibs_PATH" "$xaml_PATH" "$WORK_DIR/wsa/$ARCH/uwp/" || abort
738741
cp "$UWPVCLibs_PATH" "$xaml_PATH" "$WORK_DIR/wsa/$ARCH/uwp/" || abort

0 commit comments

Comments
 (0)