mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
Fixed music player path for dummy mode (#2454)
Music player path changed #2453
This commit is contained in:
parent
806428efeb
commit
24f084d282
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#define TAG "DesktopSrv"
|
||||
|
||||
#define MUSIC_PLAYER_APP EXT_PATH("/apps/Misc/music_player.fap")
|
||||
#define MUSIC_PLAYER_APP EXT_PATH("/apps/Media/music_player.fap")
|
||||
#define SNAKE_GAME_APP EXT_PATH("/apps/Games/snake_game.fap")
|
||||
#define CLOCK_APP EXT_PATH("/apps/Tools/clock.fap")
|
||||
|
||||
|
|
Loading…
Reference in a new issue