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.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat
index 1afffc3..deb40fa 100644
--- a/windows/neo-vars/src/make-build.bat
+++ b/windows/neo-vars/src/make-build.bat
@@ -44,6 +44,9 @@ if exist "%customahk%" (
ren "%customahk%" "%customahkbuild%"
)
+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
+
echo Compiling the new Driver using Autohotkey
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
@@ -51,5 +54,8 @@ if exist "%customahkbuild%" (
ren "%customahkbuild%" "%customahk%"
)
+echo cleanup images
+del ebene*.png
+
echo Driver Update complete! You can now close this log-window.
pause