ares-cli icon indicating copy to clipboard operation
ares-cli copied to clipboard

Change output filename

Open VMBindraban opened this issue 1 year ago • 3 comments

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 avatar Feb 20 '24 13:02 VMBindraban

@VMBindraban What version are you using? We no longer support those options. Please review the help message of ares-package and use it.

ssuminahn avatar Feb 21 '24 02:02 ssuminahn

I am using 2.4.0. Is there a way to rename the generated .ipk?

VMBindraban avatar Feb 21 '24 08:02 VMBindraban

@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.

ssuminahn avatar Feb 22 '24 01:02 ssuminahn