mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-14 01:35:36 +00:00
Explicitly call msiexec.exe as WSL doesn't auto-check .exe suffix
This commit is contained in:
@@ -166,8 +166,8 @@ popd
|
||||
|
||||
# extract the msi files
|
||||
|
||||
msiexec -a $(native_path "${REPO_ROOT}"/dist/Installer32.msi) -qn TARGETDIR=$(native_path "${REPO_ROOT}"/dist/msi32)
|
||||
msiexec -a $(native_path "${REPO_ROOT}"/dist/Installer64.msi) -qn TARGETDIR=$(native_path "${REPO_ROOT}"/dist/msi64)
|
||||
msiexec.exe -a $(native_path "${REPO_ROOT}"/dist/Installer32.msi) -qn TARGETDIR=$(native_path "${REPO_ROOT}"/dist/msi32)
|
||||
msiexec.exe -a $(native_path "${REPO_ROOT}"/dist/Installer64.msi) -qn TARGETDIR=$(native_path "${REPO_ROOT}"/dist/msi64)
|
||||
|
||||
# make msi manifests as above
|
||||
|
||||
|
||||
Reference in New Issue
Block a user