FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
03-23-2023 09:20 AM
Dear all.
In the snapcraft.yaml, when using Go-Lang to develop an app for ctrlX core, we can specify the name of the app.
But how can we give a literal name to the app?
In the snapcraft.yaml we are only allowed to use small letter and not allowed to use a white space.
I would like to achieve a name like for instance "DRIVE connect" - a name with capital letters and white space.
How can we do that? Any help greatly appreciated. Thanks in advance.
Solved! Go to Solution.
03-23-2023 09:56 AM - edited 03-23-2023 10:31 AM
Add a title field. See docs here. (BTW: You can open an .app or .snap file using 7-zip and inspect the snapcraft.yaml file.)
03-23-2023 10:55 AM
You nailed it!
Thank you so much!