summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/neo-vars/src/make-build.bat3
-rwxr-xr-xwindows/neo-vars/src/make-graphics.bat2
2 files changed, 2 insertions, 3 deletions
diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat
index 19ed3e9..1afffc3 100644
--- a/windows/neo-vars/src/make-build.bat
+++ b/windows/neo-vars/src/make-build.bat
@@ -44,9 +44,6 @@ if exist "%customahk%" (
ren "%customahk%" "%customahkbuild%"
)
-echo download the latest images for the screen keyboard
-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"
diff --git a/windows/neo-vars/src/make-graphics.bat b/windows/neo-vars/src/make-graphics.bat
new file mode 100755
index 0000000..34ae5b6
--- /dev/null
+++ b/windows/neo-vars/src/make-graphics.bat
@@ -0,0 +1,2 @@
+echo download the latest images for the screen keyboard
+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 \ No newline at end of file