annotate installer-files/fc_update.bat @ 4507:4c645e979279

s2tc: New package.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Oct 2017 05:55:18 -0400
parents b5b3f7fcac8f
children 202fa20cf559
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4254
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
1 @echo off
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
2
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
3 set ROOT_DIR=%~dp0
4256
b5b3f7fcac8f * installer-files/fc_update.bat: fix typo
John D
parents: 4254
diff changeset
4 echo "Updating fc-cache (may take a while) ..."
4254
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
5 %ROOT_DIR%\bin\fc-cache.exe -v
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
6 echo "Done."
7f2d5c8c4491 installer: update fc cache during install (Bug #45458)
John D
parents:
diff changeset
7