mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
App(
|
|
appid="DolphinRestorer",
|
|
name="Dolphin Restorer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="drestorer_app",
|
|
cdefines=["APP_DRESTORER"],
|
|
requires=["gui","storage"],
|
|
stack_size= 2 * 1024,
|
|
order=90,
|
|
fap_icon="restoreIcon.png",
|
|
fap_category="Tools",
|
|
) |