That was it! Removing debug.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2021-08-02 22:48:46 +02:00
parent 400eda9733
commit a698008adb
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
2 changed files with 0 additions and 3 deletions

View file

@ -3,5 +3,4 @@
cp win/* README.md LICENSE.md dist/logarithmplotter/
# Creating installer
cd dist/logarithmplotter/
ls
makensis installer.nsi

View file

@ -96,8 +96,6 @@ if sys.platform == 'linux':
os.remove(os.environ["PREFIX"] + '/icons/hicolor/scalable/mimetypes/application-x-logarithm-plot.svg')
os.remove(os.environ["PREFIX"] + '/icons/hicolor/scalable/apps/logplotter.svg')
print("Dependencies:", [] if "FLATPAK_INSTALL" in os.environ else ["PySide2"])
setuptools.setup(
install_requires=([] if "FLATPAK_INSTALL" in os.environ else ["PySide2"]),
python_requires='>=3.8',