wrong resources path fixed

This commit is contained in:
piotr
2021-06-26 23:45:46 +02:00
parent f2bda0e496
commit cd6e544adc
5 changed files with 5 additions and 5 deletions

View File

@@ -268,7 +268,7 @@ func listDesktopFiles() []string {
}
func setUpCategories() {
path := filepath.Join(getDataHome(), "nwg-menu/desktop-directories")
path := filepath.Join(getDataHome(), "nwg-drawer/desktop-directories")
var other category
for _, cName := range categoryNames {