Skip to content

Commit

Permalink
Merge pull request #103 from eco/dmd2-only
Browse files Browse the repository at this point in the history
Embed "dmd2" folder, not its parent
  • Loading branch information
AndrewEdwards authored and MartinNowak committed Jul 28, 2014
1 parent 92e457a commit 88b0f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_dmd_release/build_all.d
Expand Up @@ -300,7 +300,7 @@ void runBuild(Box box, string gitTag, bool combine)
sh = box.shell();
sh.stdin.writeln(`cd clones\installer\windows`);
sh.stdin.writeln(`&'C:\Program Files (x86)\NSIS\makensis'`~
` '/DEmbedD2Dir=C:\Users\vagrant\dmd.`~gitTag~`.windows'`~
` '/DEmbedD2Dir=C:\Users\vagrant\dmd.`~gitTag~`.windows\dmd2'`~
` '/DVersion2=`~ver~`' d2-installer.nsi`);
sh.stdin.writeln(`copy dmd-`~ver~`.exe C:\Users\vagrant\dmd-`~ver~`.exe`);
sh.close();
Expand Down

0 comments on commit 88b0f96

Please sign in to comment.