Skip to content

Commit

Permalink
chore: Update Windows build script to use LDC2
Browse files Browse the repository at this point in the history
  • Loading branch information
forbjok committed Dec 29, 2017
1 parent f68ad33 commit 243daef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set /p VERSION=< VERSION

dub build -b release
dub build --compiler=ldc2 --arch=x86 -b release
7z a -mx=9 chandler_v%VERSION%.zip chandler.exe LICENSE.md README.md
choco pack "chocolatey\package.nuspec"

0 comments on commit 243daef

Please sign in to comment.