diff options
-rw-r--r-- | windows/neo-vars/src/make-build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat index 50c688a..0d2dce9 100644 --- a/windows/neo-vars/src/make-build.bat +++ b/windows/neo-vars/src/make-build.bat @@ -38,6 +38,7 @@ set fnahk=%srcdir%\neo20-all.ahk echo Compiling the new Driver using Autohotkey
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
+copy "%ahkrevoutput1%" "%Ssrcdir%\_subwcrev1.generated.ahk"
echo Driver Update complete! You can now close this log-window.
pause
|