summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1afffc3..0e7887d 100644
--- a/windows/neo-vars/src/make-build.bat
+++ b/windows/neo-vars/src/make-build.bat
@@ -41,14 +41,14 @@ del "%outdir%\neo20-r*.exe" 2> nul
set fnahk=%srcdir%\neo20-all.ahk
if exist "%customahk%" (
- ren "%customahk%" "%customahkbuild%"
+ move "%customahk%" "%customahkbuild%"
)
echo Compiling the new Driver using Autohotkey
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
if exist "%customahkbuild%" (
- ren "%customahkbuild%" "%customahk%"
+ move "%customahkbuild%" "%customahk%"
)
echo Driver Update complete! You can now close this log-window.