Skip to content

Commit

Permalink
Windows: Fix missing bin64\sc.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke authored and thewilsonator committed May 26, 2024
1 parent d6d0c16 commit bd13bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create_dmd_release/create_dmd_release.d
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ void createRelease(string branch)
if(do64Bit)
{
copyFile(cloneDir~"/dmd/generated/"~osDirName~"/release/64/dmd"~exe, releaseBin64Dir~"/dmd"~exe);
version(Windows)
copyFile(cloneDir~"/dmd/compiler/ini/windows/bin/sc.ini", releaseBin64Dir~"/sc.ini");
copyDir(cloneDir~"/tools/generated/"~osDirName~"/64", releaseBin64Dir, file => !file.endsWith(obj));
copyFile(cloneDir~"/dub/bin/dub64"~exe, releaseBin64Dir~"/dub"~exe);
if (codesign)
Expand Down

0 comments on commit bd13bfa

Please sign in to comment.