Skip to content

Commit

Permalink
specify ToolboxMatlabPath
Browse files Browse the repository at this point in the history
  • Loading branch information
sbashford committed Sep 20, 2023
1 parent 02deeec commit 876f7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ function package(version, outputPath)
opts.ToolboxVersion = version;
opts.AuthorName = "Boys Town";
opts.AuthorCompany = "Boys Town";
opts.ToolboxMatlabPath = toolboxFolder;
matlab.addons.toolbox.packageToolbox(opts);
end

0 comments on commit 876f7fb

Please sign in to comment.