comparison installer-files/fc_update.bat @ 4254:7f2d5c8c4491

installer: update fc cache during install (Bug #45458) * tools/makeinst-script.sh.in: call fc_update.bat in installer script * installer-files/fc_update.bat: new file * binary-dist-rules.mk: copy fc_update.bat to dist * dist-files.mk: add fc_update.bat
author John D
date Thu, 01 Dec 2016 13:44:05 -0500
parents
children b5b3f7fcac8f
comparison
equal deleted inserted replaced
4253:32a7bea19bb1 4254:7f2d5c8c4491
1 @echo off
2
3 set ROOT_DIR=%~dp0
4 echo "Updating fc-cache (may take a file) ..."
5 %ROOT_DIR%\bin\fc-cache.exe -v
6 echo "Done."
7