summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/cachepic.cmd11
-rwxr-xr-xMaster/bin/win32/cachepic.exebin0 -> 1536 bytes
2 files changed, 0 insertions, 11 deletions
diff --git a/Master/bin/win32/cachepic.cmd b/Master/bin/win32/cachepic.cmd
deleted file mode 100755
index 6aefa99c0d5..00000000000
--- a/Master/bin/win32/cachepic.cmd
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-setlocal enableextensions
-if not defined LUA_EXE if exist "%~dp0lua.exe" set LUA_EXE=%~dp0lua.exe
-for %%I in (lua.exe texlua.exe) do if not defined LUA_EXE set LUA_EXE=%%~$PATH:I
-if not defined LUA_EXE goto :nolua
-"%LUA_EXE%" "%~dp0cachepic.tlu" %*
-goto :eof
-
-:nolua
-echo %~nx0: could not locate lua nor texlua interpreter>&2
-exit /b 1 \ No newline at end of file
diff --git a/Master/bin/win32/cachepic.exe b/Master/bin/win32/cachepic.exe
new file mode 100755
index 00000000000..5777d90a17a
--- /dev/null
+++ b/Master/bin/win32/cachepic.exe
Binary files differ