[Bug]: Installing Vulkan 1.4.313.0 results in a broken install where folders are missing #6805
Open
3 tasks done
Labels
bug
Something isn't working
Prerequisites
Package Name
vulkan
Expected/Current Behaviour
When installing the latest version of Vulkan with
scoop install vulkan
, the resulting installation folder has the following structure:This is missing the following folders: Config, Helpers, Include, Lib, Licenses, Source, and Templates.
The issue stems from the new Vulkan installer. Attempting to convert the installer into a
.7z
and extracting it results in only theBin
folder being produced. This is different from previous installers where the entire directory tree could be extracted in this way.Steps to Reproduce
PS> scoop install vulkan
Possible Solution
The manifest should be updated to run the installer directly instead of attempting to extract it.
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response
The text was updated successfully, but these errors were encountered: