Use 64 bit vc runtime

This commit is contained in:
Vladimir Borisov 2025-08-04 17:58:25 +03:00
parent 18fa042f9d
commit 1473919fda
No known key found for this signature in database
GPG key ID: F9A584BE4FCB6603
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
bin/vcruntime140_1.dll Normal file

Binary file not shown.

View file

@ -177,7 +177,7 @@ Source: "{#SourcePath}..\bin\avutil-56.dll"; DestDir: "{app}"; Flags: ignorevers
Source: "{#SourcePath}..\bin\postproc-55.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\swresample-3.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\swscale-5.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\vcruntime140.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\vcruntime140_1.dll"; DestDir: "{app}"; Flags: ignoreversion
[Registry]