From 23a8d92c0421bd31eec0f351c08853643295dfd2 Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:36:56 +0800 Subject: [PATCH] :pencil2: Fix typo path vcredist --- .github/workflows/inno-setup-package-installer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/inno-setup-package-installer.yml b/.github/workflows/inno-setup-package-installer.yml index d584491..43a6ebb 100644 --- a/.github/workflows/inno-setup-package-installer.yml +++ b/.github/workflows/inno-setup-package-installer.yml @@ -38,9 +38,9 @@ jobs: - name: Add DLL files run: | - Copy-Item windows-x64-vc/scripts/windows/x64/msvcp140.dll build/windows/runner/Release/ - Copy-Item windows-x64-vc/scripts/windows/x64/vcruntime140.dll build/windows/runner/Release/ - Copy-Item windows-x64-vc/scripts/windows/x64/vcruntime140_1.dll build/windows/runner/Release/ + Copy-Item windows-x64-vc/msvcp140.dll build/windows/runner/Release/ + Copy-Item windows-x64-vc/vcruntime140.dll build/windows/runner/Release/ + Copy-Item windows-x64-vc/vcruntime140_1.dll build/windows/runner/Release/ - name: Building the installer run: |