Commit 19566ba4 authored by jayd1860's avatar jayd1860
Browse files

-- When generating installation file check for updates to generate required...

-- When generating installation file check for updates to generate required file LastCheckForUpdates.dat in case Homer3 has not been run yet.
parent 849792e9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ installfilename = sprintf('%s_install', lower(getAppname()));

setNamespace(exename)

% Generate a LastCheckForUpdates.dat in case that we  haven't run Homer
% before creating a build
checkForHomerUpdates()

if ~exist('options','var') || isempty(options)
    options = 'all';
end