Change output filename
I am trying to change the output of ares-package filename but it seems it doesn't work.
Looking as the help section, this should generate the file called foopkg_1.0.1.ipk:
ares-package APP_DIR -f -pn foopkg -pv 1.0.1
But i am keep getting the error: The specified path does not exist <foopkg>.
Am i doing something wrong?
My command is ares-package ./build -f -pn foopkg -pv 1.0.1.
@VMBindraban What version are you using? We no longer support those options. Please review the help message of ares-package and use it.
I am using 2.4.0. Is there a way to rename the generated .ipk?
@VMBindraban
When generating an ipk using ares-generate, the file name is created according to the id and version of appinfo.json. You can change the name of the already created ipk file according to the OS you are using. We do not provide commands or options to change the file name of an already created ipk file.