Skip to content

Commit

Permalink
🔧 Do not include kwin files in GNOME package
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jun 30, 2022
1 parent 74f759e commit 94c3dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DOMAIN := schneegans.github.com
ZIP_NAME := $(NAME)@$(DOMAIN).zip

# Some of the recipes below depend on some of these files.
JS_FILES = $(shell find -type f -and \( -name "*.js" \))
JS_FILES = $(wildcard src/*.js extension.js prefs.js)
UI_FILES = $(shell find resources -type f -and \( -name "*.ui" \))
RESOURCE_FILES = $(shell find resources -mindepth 2 -type f)
LOCALES_PO = $(wildcard po/*.po)
Expand Down

0 comments on commit 94c3dfa

Please sign in to comment.