From 1ee205fd6cde9ee43330fb37fc408d0b6ef07bf1 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Tue, 25 Feb 2020 14:57:56 +0100 Subject: scripts: updated the scripts to the new binary name (lost commit because of rebase) --- scripts/win_compile_example.cmd | 2 +- scripts/win_help.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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. cd ..\compiler\ @echo on -stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ +stack exec ldgallery -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ @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 @@ @echo off cd ..\compiler\ -stack exec ldgallery-compiler-exe -- --help +stack exec ldgallery -- --help @echo. @pause -- cgit v1.2.3