Skip to content

Commit

Permalink
[makefile] Removed packages from include_files
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Nov 18, 2023
1 parent 43c8069 commit 5906d77
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 @@ -14,7 +14,7 @@ else
zip_name = $(name)-$(version)-$(git_branch)-$(git_hash).zip
endif

include_files = addon.py addon.xml LICENSE.txt README.md resources/ service.py packages/
include_files = addon.py addon.xml LICENSE.txt README.md resources/ service.py
include_paths = $(patsubst %,$(name)/%,$(include_files))
exclude_files = \*.new \*.orig \*.pyc \*.pyo
zip_dir = $(name)/
Expand Down

0 comments on commit 5906d77

Please sign in to comment.