Skip to content

Commit

Permalink
Use asset packs not fap_libs=["assets"]
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 31, 2024
1 parent d0300c7 commit a2746b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyborg_detector/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ App(
fap_version="1.1",
fap_description="App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.",
fap_icon="icons/cyborg_detector_icon.png",
fap_libs=["assets"],
fap_libs=[],
fap_weburl="https://github.com/RocketGod-Git/Flipper-Zero-Cyborg-Detector",
requires=[
"gui",
Expand Down
2 changes: 1 addition & 1 deletion laser_tag/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ App(
fap_version="2.3",
fap_description="Laser Tag game for Flipper Zero",
fap_icon="icons/laser_tag_10px.png",
fap_libs=["assets"],
fap_libs=[],
fap_weburl="https://github.com/RocketGod-Git/Flipper-Zero-Laser-Tag",
requires=[
"gui",
Expand Down
2 changes: 1 addition & 1 deletion umpire_indicator/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ App(
fap_version="0.1",
fap_description="Umpire indicators keep track of balls, strikes, and outs for Baseball and Softball",
fap_icon="icons/umpire_indicator_icon.png",
fap_libs=["assets"],
fap_libs=[],
fap_weburl="https://github.com/RocketGod-Git/Flipper-Zero-Umpire-Indicator",
requires=[
"gui",
Expand Down

0 comments on commit a2746b2

Please sign in to comment.