How to add application information using mcc?

4 visualizzazioni (ultimi 30 giorni)
Monika Jaskolka
Monika Jaskolka il 16 Ago 2021
Risposto: Monika Jaskolka il 13 Ott 2021
When using the applicationCompiler GUI, it is possible to enter the application icon, version, author, email, company, etc. as shown below. Instead of the application compiler, I am using the mcc command to compile my application programmatically. Is there a way to fill in this information using mcc?

Risposte (1)

Monika Jaskolka
Monika Jaskolka il 13 Ott 2021
This will change the icon and version number:
mcc -m -r ./iconFile.ico appName.m -W 'main:appName,version=3.2.1'
I am still unsure how to add in the author, email, and company.

Categorie

Scopri di più su MATLAB Runtime in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by