Pyra Wiki:DBP file format: Difference between revisions
Jump to navigation
Jump to search
m (sebt3 moved page User:Sebt3 to Pyra Wiki:DBP file format) |
No edit summary |
||
Line 1: | Line 1: | ||
== DBP file | Please note: we're not going to describe something as painful as the pxml file here :P | ||
== file structure == | |||
a .dbp files is composed of 2 concatenated files : | |||
# a squashfs file | |||
# an *uncompressed* zip | |||
The squashfs part contain your application(s) and everything it might need to run. | |||
The zip part contain the meta-data related to the DBP. | |||
== meta-data structure == | |||
== the desktop file(s) == |
Revision as of 21:53, 13 March 2021
Please note: we're not going to describe something as painful as the pxml file here :P
file structure
a .dbp files is composed of 2 concatenated files :
- a squashfs file
- an *uncompressed* zip
The squashfs part contain your application(s) and everything it might need to run.
The zip part contain the meta-data related to the DBP.