Update der PNG’s in eine eigene Make-Datei ausgelagert.
git-svn-id: https://svn.neo-layout.org@1609 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
1b8b74fbbc
commit
b8f438b9a9
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
2
windows/neo-vars/src/make-graphics.bat
Executable file
2
windows/neo-vars/src/make-graphics.bat
Executable file
|
@ -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
|
Loading…
Add table
Reference in a new issue