Skip to content

Commit 360a3d2

Browse files
committed
Updated appbox
1 parent 09132a1 commit 360a3d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/matlab/main.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ function main()
1313
if isUpdate
1414
p = appbox.UpdatePresenter(updater);
1515
p.goWaitStop();
16-
id = p.result;
17-
if ~isempty(id)
18-
matlab.apputil.run(id);
16+
info = p.result;
17+
if ~isempty(info)
18+
matlab.apputil.run(info.id);
1919
return;
2020
end
2121
end

0 commit comments

Comments
 (0)