Fixed ICO implementation having a top and left offset for bitmap images, icons are now fetched at start up instead of statically being included (More work needed to fetch them after logging), fixed importer incorrectly storing executable basename instead of dirname

This commit is contained in:
2022-02-07 10:17:55 -06:00
parent fd7c858bd8
commit a9f5c29a18
14 changed files with 66 additions and 5 deletions

6
.gitignore vendored
View File

@@ -2,4 +2,8 @@
data/cache/*
!data/cache/.gitkeep
_*.*
*.log
*.log
media/icons/*
!media/icons/app.*
!media/icons/default_icon.png
!media/icons/w3dhub.png