I have modified the "ProjName" from Property-->Bulld-->Variables, but the output file name still the default name.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have modified the "ProjName" from Property-->Bulld-->Variables, but the output file name still the default name.
Hi,
You can change the appimage name by changing it in the file makefile_ccs_bootimage_gen
This file is executed after the .out is created. Name of the appimage can be changed from this file
Regards