We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568bbcc commit 26fea3dCopy full SHA for 26fea3d
compile.m
@@ -2,13 +2,13 @@
2
save_git_hash;
3
fprintf('Start compiling\n');
4
buildResults = compiler.build.standaloneApplication('histoCAT.m', ...
5
- 'OutputDir','../compilation_output',...
+ 'OutputDir','compilation_output',...
6
'ExecutableIcon', 'histoCAT.png',...
7
'ExecutableSplashScreen', 'histoCAT.png'...
8
);
9
fprintf('Start creating installer\n');
10
installer_opts = compiler.package.InstallerOptions(...
11
- buildResults,'OutputDir','../installer_output',...
+ buildResults,'OutputDir','installer_output',...
12
'Version', get_histoCAT_version,...
13
'InstallerName','histoCAT_Installer',...
14
'ApplicationName','histoCAT',...
0 commit comments