Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Nov 16, 2023
1 parent 6b8c26a commit e5b262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/windows/prepare_to_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ system32_path="/c/Windows/System32"
# ls "$system32_path" # debug print

dest_path="build/windows/x64/runner/Release/"
mkdir "$dest_path"

cp "$system32_path/vcruntime140.dll" $dest_path
cp "$system32_path/vcruntime140_1.dll" $dest_path
cp "$system32_path/msvcp140.dll" $dest_path

0 comments on commit e5b262d

Please sign in to comment.