summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/make-build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/src/make-build.bat')
-rw-r--r--windows/neo-vars/src/make-build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat
index deb40fa..1ebe47f 100644
--- a/windows/neo-vars/src/make-build.bat
+++ b/windows/neo-vars/src/make-build.bat
@@ -45,7 +45,7 @@ if exist "%customahk%" (
)
echo download the latest images for the screen keyboard
-for /L %%e in (1,1,6) do wget.exe -O ebene%%e.png http://neo-layout.org/grafik/tastatur3d/haupt_ziffern_feld/tastatur_neo_Ebene%%e.png
+for /L %%e in (1,1,6) do make-wget.exe -q -O ebene%%e.png http://neo-layout.org/grafik/tastatur3d/haupt_ziffern_feld/tastatur_neo_Ebene%%e.png
echo Compiling the new Driver using Autohotkey
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
@@ -55,7 +55,7 @@ if exist "%customahkbuild%" (
)
echo cleanup images
-del ebene*.png
+for /L %%e in (1,1,6) do del ebene%%e.png
echo Driver Update complete! You can now close this log-window.
pause