misc(CI): rename main executable before building installer
This commit is contained in:
parent
f78ec66516
commit
dc0e3fc7d0
1 changed files with 4 additions and 3 deletions
7
tox.ini
7
tox.ini
|
@ -6,6 +6,7 @@ requires = tox-conda
|
||||||
description = Build ED_LRR
|
description = Build ED_LRR
|
||||||
recreate = True
|
recreate = True
|
||||||
skip_install = True
|
skip_install = True
|
||||||
|
skipsdist = True
|
||||||
deps =
|
deps =
|
||||||
PyQt5
|
PyQt5
|
||||||
setuptools_rust
|
setuptools_rust
|
||||||
|
@ -22,6 +23,7 @@ passenv =
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
cargo
|
cargo
|
||||||
iscc
|
iscc
|
||||||
|
cmd
|
||||||
conda_channels =
|
conda_channels =
|
||||||
conda-forge
|
conda-forge
|
||||||
extras =
|
extras =
|
||||||
|
@ -30,6 +32,5 @@ commands =
|
||||||
python build_gui.py
|
python build_gui.py
|
||||||
pip install .[dev]
|
pip install .[dev]
|
||||||
python -m nuitka --plugin-enable=multiprocessing --remove-output --plugin-enable=qt-plugins --standalone --assume-yes-for-downloads --follow-imports --output-dir=exe ed_lrr_gui\__main__.py
|
python -m nuitka --plugin-enable=multiprocessing --remove-output --plugin-enable=qt-plugins --standalone --assume-yes-for-downloads --follow-imports --output-dir=exe ed_lrr_gui\__main__.py
|
||||||
rename exe\__main__.dist\__main__.exe ED_LRR.exe
|
cmd /c rename exe\__main__.dist\__main__.exe ED_LRR.exe
|
||||||
cd installer
|
iscc /QP installer/ED_LRR.iss
|
||||||
iscc /QP ED_LRR.iss
|
|
Loading…
Reference in a new issue