CHANGELOG was not bundled with flatpak, trying to fix that.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
77374cf5f4
commit
64e5770ceb
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -85,6 +85,8 @@ def package_data():
|
|||
for d,folders,files in os.walk("LogarithmPlotter/i18n"):
|
||||
d = d[17:]
|
||||
pkg_data += [os.path.join(d, f) for f in files]
|
||||
if "FLATPAK_INSTALL" in os.environ:
|
||||
pkg_data += ["CHANGELOG.md"]
|
||||
|
||||
return pkg_data
|
||||
|
||||
|
|
Loading…
Reference in a new issue