view installer-files/fc_update.bat @ 4685:292f19dca20d

of-geometry: fix syntax of DESCRIPTION file
author John W. Eaton <jwe@octave.org>
date Tue, 24 Apr 2018 13:15:58 -0400
parents b5b3f7fcac8f
children 202fa20cf559
line wrap: on
line source

@echo off

set ROOT_DIR=%~dp0
echo "Updating fc-cache (may take a while) ..."
%ROOT_DIR%\bin\fc-cache.exe -v
echo "Done."