Skip to content

Commit

Permalink
Merge pull request shiosyakeyakini-info#661 from Npepperlinux/fix/win…
Browse files Browse the repository at this point in the history
…dows_dll_revert

[Windows] 削除されていたDLLファイルを一部削除しないように
  • Loading branch information
shiosyakeyakini-info authored Nov 10, 2024
2 parents aaec0b9 + 560e829 commit 064c549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/windows_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
- name: Delete unnecessary DLL
run: |
rm build\windows\x64\runner\Release\api-ms-*.dll
rm build\windows\x64\runner\Release\concrt140.dll
rm build\windows\x64\runner\Release\msvcp*.dll
rm build\windows\x64\runner\Release\ucrtbas*.dll
rm build\windows\x64\runner\Release\vc*.dll
- name: Get translation files for Inno Setup
run: |
Expand Down
4 changes: 0 additions & 4 deletions windows/innosetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,3 @@ Type: files; Name: {userappdata}\info.shiosyakeyakini\miria\*

[InstallDelete]
Type: files; Name: {app}/api-ms-*.dll
Type: files; Name: {app}/concrt140.dll
Type: files; Name: {app}/msvcp*.dll
Type: files; Name: {app}/ucrtbas*.dll
Type: files; Name: {app}/vc*.dll

0 comments on commit 064c549

Please sign in to comment.