Skip to content

Commit 86362b8

Browse files
committed
macos: probe .dmg => .zip contents
1 parent 536c39c commit 86362b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vulkan_prebuilt_helpers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ function install_mac() {
5757
echo "mounted dmg image: 'vulkan_sdk.dmg' (mountpoint=$mountpoint)" >&2
5858
else
5959
echo "could not mount dmg image: vulkan_sdk.dmg (mountpoint=$mountpoint)" >&2
60+
file vulkan_sdk.dmg
61+
unzip -t vulkan_sdk.dmg
6062
exit 7
6163
fi
6264
local sdk_temp=$mountpoint

0 commit comments

Comments
 (0)