Hi!
I'd like to add a small "application" to my pocketbook. I want to be able to click on a file with my "own" extension and then this "application" should start.
This seems to work but for it I had to add a line to extensions.cfg looking a bit like this:
"myext" and "MYAPP.app" are clear to me.
@MYAPP_file seems to be a reference to some translatable text in system/language/CC.txt
What's the purpose of the "1"?
But what about "ICON_TXT"? I simply used it for now to have something. But what could I use here? Can I add my own Icon?
I'd like to add a small "application" to my pocketbook. I want to be able to click on a file with my "own" extension and then this "application" should start.
This seems to work but for it I had to add a line to extensions.cfg looking a bit like this:
Code:
myext:@MYAPP_file:1:MYAPP.app:ICON_TXT
@MYAPP_file seems to be a reference to some translatable text in system/language/CC.txt
What's the purpose of the "1"?
But what about "ICON_TXT"? I simply used it for now to have something. But what could I use here? Can I add my own Icon?