Removing scripts in win/, moving QML Module to it's own folder, adding submodule for mixedmenu

This commit is contained in:
Adsooi 2021-07-11 19:35:12 +02:00
parent 2cb114608a
commit a03308f028
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
75 changed files with 30 additions and 43 deletions

View file

@ -1,5 +0,0 @@
cd ..
cp run.py logarithmplotter.py
python -m pip install -U pyinstaller
pyinstaller --add-data "qml;qml" --noconsole logarithmplotter.py --icon=win/logplotter.ico
rm logarithmplotter.py

View file

@ -1,9 +0,0 @@
#!/bin/bash
# Giving pyinstaller another run
cd ..
rm $(find . -name "*.qmlc")
rm $(find . -name "*.pyc")
cp run.py logarithmplotter.py
wine python -m pip install -U pyinstaller
wine pyinstaller --add-data "qml;qml" --noconsole logarithmplotter.py --icon=win/logplotter.ico
rm logarithmplotter.py

View file

@ -1,5 +0,0 @@
cd ..
cp * ../README.md ../LICENSE.md ../dist/logarithmplotter/
# Creating installer
cd ../dist/logarithmplotter/
"C:\Program Files (x86)\NSIS\makensis" installer.nsi

View file

@ -1,6 +0,0 @@
#!/bin/bash
# Moving files
cp * ../README.md ../LICENSE.md ../dist/logarithmplotter/
# Creating installer
cd ../dist/logarithmplotter/
makensis installer.nsi