mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 23:10:16 +00:00
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
App(
|
|
appid="Orgasmotron",
|
|
name="Orgasmotron",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="orgasmotron_app",
|
|
cdefines=["ORGASMOTRON"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=20,
|
|
fap_icon="orgasmotron_10px.png",
|
|
fap_category="Misc",
|
|
)
|