Skip to content

Commit ca81c8c

Browse files
committed
Fix issue with icons location
1 parent 70b0326 commit ca81c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/database.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "homebrew.h"
77
#include "singleton.h"
88

9-
#define ICON_ZIP VHBB_RESOURCES "/resources/icons.zip"
9+
#define ICON_ZIP VHBB_RESOURCES "/icons.zip"
1010

1111
class Database: public Singleton<Database> {
1212
friend class Singleton<Database>;

0 commit comments

Comments
 (0)