Skip to content

Commit

Permalink
Fix issue with icons location
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Jun 17, 2019
1 parent 70b0326 commit ca81c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "homebrew.h"
#include "singleton.h"

#define ICON_ZIP VHBB_RESOURCES "/resources/icons.zip"
#define ICON_ZIP VHBB_RESOURCES "/icons.zip"

class Database: public Singleton<Database> {
friend class Singleton<Database>;
Expand Down

0 comments on commit ca81c8c

Please sign in to comment.