CastagnaIT / plugin.video.netflix

InputStream based Netflix plugin for Kodi
MIT License
1.91k stars 259 forks source link

Remove packages from Makefile #1646

Closed sveyret closed 10 months ago

sveyret commented 10 months ago

Netflix add-on version

1.22.3

Operative systems used

Linux (Ubuntu / Mint / ...)

Kodi version used

Kodi 20 (Nexus)

Description of the bug

Since commit c56dc6de10ce5b612ed1587f1a1ead83434cde82 the packages directory has been removed, but it is still used in the variable include_files of the Makefile.

Steps to reproduce the behavior

No response

Debug log - mandatory

n/a

Possible fix

In the Makefile, change the line include_files = addon.py addon.xml LICENSE.txt README.md resources/ service.py packages/ to include_files = addon.py addon.xml LICENSE.txt README.md resources/ service.py

Additional context

No response

Screenshots

No response

CastagnaIT commented 10 months ago

forgot, thanks