Skip to content

Commit 7d2b19f

Browse files
committed
minor bug fixes
1 parent 431ba0a commit 7d2b19f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dev/standalone/compile_linux.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function compile_linux(varargin)
4545
end
4646
% delete previously compiled files
4747
try %#ok<TRYNC>
48-
rmdir([cRoot '/MacOS/pyspinw.app'],'s')
49-
delete([cRoot '/MacOS/*'])
48+
rmdir([cRoot '/Linux/Source'],'s')
49+
delete([cRoot '/Linux/*'])
5050
end
5151
mkdir(tPath)
5252

dev/standalone/sw_apppath.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
function [appPath, appName] = sw_apppath()
22
% returns the path to the app when run in deployed mode
33

4-
appPath = '';
54
appName = 'pyspinw';
65

76
switch computer

0 commit comments

Comments
 (0)