view installer-files/fc_update.bat @ 4471:1a3deda73484

nsis installer: include version links in startmenu (Bug #51878) * tools/makeinst-script.sh.in: Change startmenu directory from Octave-VERSION to GNU Octave VERSION, Change desktop icons from Octave-VERSION to GNU Octave and set to latest version of octave, On unistall, update desktop shortcuts to new 'latest' octave, otherwise delete them, Added new function GetLatestOctave to support
author John D
date Mon, 18 Sep 2017 15:55:33 -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."