mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
App(
|
|
appid="DolphinBackup",
|
|
name="Dolphin Backup",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="storage_DolphinBackup_app",
|
|
cdefines=["APP_DBACKUP"],
|
|
requires=["gui", "storage"],
|
|
stack_size=2 * 1024,
|
|
order=85,
|
|
fap_icon="bckupIcon.png",
|
|
fap_category="Tools",
|
|
) |