-
Notifications
You must be signed in to change notification settings - Fork 2
Compile and Package
Maurits Kok edited this page Jul 11, 2021
·
8 revisions
Important: Make sure to create a release branch for compiling and packing the application.
- Change version number in the file
MitC_app.mlapp
(line 36) - Start
Package App
unders the tab APPS - Select
MitC_app
as the main file - Set application name to: "MitC" (If prompted to overwrite existing package, select yes)
- Set company to: "Technische Universiteit Delft"
- Set version number
- Add GUI screenshot (in folder
/doc
) - Set logo (icon next to name, log can be found in
/doc
folder) - Select MATLAB products: Optimization Toolbox and Statistics and Machine Learning Toolbox
- Set Output folder to package directory in the repository
- Package app
- Test the package by installing and running it in Matlab (if you run the app while being in the directory containing the
MitC_app.mlapp
file, an error occurs.)
- Start the App
Application Compiler
(can be installed viaGet More Apps
) - Select
MitC_app
as the main file - Change name to
MitC
- Set version number
- Set company to: "Technische Universiteit Delft"
- Set logo (icon next to name)
- Set splash screen to icon
- Add "Mitigation Controller (MitC): an automated risk-mitigation tool for construction projects" as Summary
- Package app
- Rename the file
MyAppInstaller_web
toMitC setup.exe
(infor_redistribution
folder) - Move
MitC setup.exe
to theinstaller
directory in the repo - Delete other compiled files
- Test the installer
Project details
FAIR
MATLAB
- Code Structure
- Use Cases
- Project Data
- Variable Names
- GUI Architecture
- Packaging and Compiling
- Testing
Git and GitHub