That was it! Removing debug.
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
400eda9733
commit
a698008adb
2 changed files with 0 additions and 3 deletions
|
@ -3,5 +3,4 @@
|
|||
cp win/* README.md LICENSE.md dist/logarithmplotter/
|
||||
# Creating installer
|
||||
cd dist/logarithmplotter/
|
||||
ls
|
||||
makensis installer.nsi
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue