Skip to content

Commit 26fea3d

Browse files
committed
14
1 parent 568bbcc commit 26fea3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compile.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
save_git_hash;
33
fprintf('Start compiling\n');
44
buildResults = compiler.build.standaloneApplication('histoCAT.m', ...
5-
'OutputDir','../compilation_output',...
5+
'OutputDir','compilation_output',...
66
'ExecutableIcon', 'histoCAT.png',...
77
'ExecutableSplashScreen', 'histoCAT.png'...
88
);
99
fprintf('Start creating installer\n');
1010
installer_opts = compiler.package.InstallerOptions(...
11-
buildResults,'OutputDir','../installer_output',...
11+
buildResults,'OutputDir','installer_output',...
1212
'Version', get_histoCAT_version,...
1313
'InstallerName','histoCAT_Installer',...
1414
'ApplicationName','histoCAT',...

0 commit comments

Comments
 (0)