This commit is contained in:
parent
2cb114608a
commit
a03308f028
75 changed files with 30 additions and 43 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Moving files
|
||||
cp * ../README.md ../LICENSE.md ../dist/logarithmplotter/
|
||||
# Creating installer
|
||||
cd ../dist/logarithmplotter/
|
||||
makensis installer.nsi
|
Loading…
Add table
Add a link
Reference in a new issue