mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
|
App(
|
||
|
appid="Barcode_Generator",
|
||
|
name="Barcode Generator",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="barcode_generator_app",
|
||
|
cdefines=["APP_BARCODE_GEN"],
|
||
|
requires=[
|
||
|
"gui",
|
||
|
"dialogs",
|
||
|
],
|
||
|
stack_size=1 * 1024,
|
||
|
order=250,
|
||
|
fap_icon="barcode_10px.png",
|
||
|
fap_category="Misc",
|
||
|
)
|