Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

[windows] missing vc redistributables #594

@jjanku

Description

@jjanku

Hi! I tried to run the latest Windows release. It fails to start with the error saying that vcruntime140_1.dll is missing. Looking at the CI file, there should probably be something like working-directory: ${{ matrix.build_path }} for the following step:

# Package the build.
- name: Copy VC redistributables to release directory for Windows
if: matrix.target == 'Windows'
run: |
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\msvcp140.dll') .
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140.dll') .
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140_1.dll') .
- name: Rename build for Android

Metadata

Metadata

Assignees

Labels

P1Priority 1 - Must havebugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions