mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 17:21:30 +00:00
Reorg, added more sources
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user