Skip to content

Commit 3f8e871

Browse files
committed
Fix startup script
1 parent 006af74 commit 3f8e871

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

HelperFunctions/Startup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% Open the overview file
33
locDir = pwd;
44
if contains(locDir,filesep+"MATLAB Drive")
5-
open("NavigationOverview.mlx")
5+
open("Navigation.mlx")
66
else
77
open("Overview.html")
88
end
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info Type="StartUp" Visible="0" Icon="" File="HelperFunctions/Startup.m" Name="Startup"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="a19238ee-efb4-4a1c-b0ef-99dff0e0ef08" type="EntryPoint"/>

0 commit comments

Comments
 (0)