From b1713e967bb31ca0c38b5cf0cc69ac45244e77f1 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Tue, 31 Oct 2023 16:00:16 +0100 Subject: [PATCH] Makefile: Create xdg menu directories --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9e7af76..42ec712 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ build: install: install -d $(INSTALL_WAYDROID_DIR) $(INSTALL_BIN_DIR) $(INSTALL_DBUS_DIR)/system.d $(INSTALL_POLKIT_DIR)/actions install -d $(INSTALL_APPS_DIR) $(INSTALL_METAINFO_DIR) $(INSTALL_ICONS_DIR)/hicolor/512x512/apps + install -d $(INSTALL_APPS_DIRECTORY_DIR) $(INSTALL_APPS_MENU_DIR) cp -a data tools waydroid.py $(INSTALL_WAYDROID_DIR) ln -sf $(WAYDROID_DIR)/waydroid.py $(INSTALL_BIN_DIR)/waydroid mv $(INSTALL_WAYDROID_DIR)/data/AppIcon.png $(INSTALL_ICONS_DIR)/hicolor/512x512/apps/waydroid.png -- 2.47.3