We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431ba0a commit 7d2b19fCopy full SHA for 7d2b19f
dev/standalone/compile_linux.m
@@ -45,8 +45,8 @@ function compile_linux(varargin)
45
end
46
% delete previously compiled files
47
try %#ok<TRYNC>
48
- rmdir([cRoot '/MacOS/pyspinw.app'],'s')
49
- delete([cRoot '/MacOS/*'])
+ rmdir([cRoot '/Linux/Source'],'s')
+ delete([cRoot '/Linux/*'])
50
51
mkdir(tPath)
52
dev/standalone/sw_apppath.m
@@ -1,7 +1,6 @@
1
function [appPath, appName] = sw_apppath()
2
% returns the path to the app when run in deployed mode
3
4
-appPath = '';
5
appName = 'pyspinw';
6
7
switch computer
0 commit comments