diff options
author | Zero~Informatique | 2020-02-25 14:57:56 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-25 14:57:56 +0100 |
commit | 1ee205fd6cde9ee43330fb37fc408d0b6ef07bf1 (patch) | |
tree | 0b48605623d68698936c181ac9535f722e35afe3 | |
parent | 8c7d95572e8cbc62f03db11b412cb4ccd32a80ce (diff) | |
download | ldgallery-1ee205fd6cde9ee43330fb37fc408d0b6ef07bf1.tar.gz |
scripts: updated the scripts to the new binary name (lost commit because of rebase)
-rw-r--r-- | scripts/win_compile_example.cmd | 2 | ||||
-rw-r--r-- | scripts/win_help.cmd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/win_compile_example.cmd b/scripts/win_compile_example.cmd index 1226269..35134c0 100644 --- a/scripts/win_compile_example.cmd +++ b/scripts/win_compile_example.cmd | |||
@@ -6,5 +6,5 @@ echo. | |||
6 | cd ..\compiler\ | 6 | cd ..\compiler\ |
7 | 7 | ||
8 | @echo on | 8 | @echo on |
9 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ | 9 | stack exec ldgallery -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ |
10 | @pause | 10 | @pause |
diff --git a/scripts/win_help.cmd b/scripts/win_help.cmd index 117205a..f0bdb98 100644 --- a/scripts/win_help.cmd +++ b/scripts/win_help.cmd | |||
@@ -1,5 +1,5 @@ | |||
1 | @echo off | 1 | @echo off |
2 | cd ..\compiler\ | 2 | cd ..\compiler\ |
3 | stack exec ldgallery-compiler-exe -- --help | 3 | stack exec ldgallery -- --help |
4 | @echo. | 4 | @echo. |
5 | @pause | 5 | @pause |