From da2d85b3339e02fedfd40a51e1b67c71e37e10c1 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:05:08 +0200 Subject: [PATCH] chore(CI): Update tox.ini to build installer --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 6e46619..f9b2756 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,7 @@ passenv = DISTUTILS_USE_SDK whitelist_externals = cargo + iscc conda_channels = conda-forge extras = @@ -29,3 +30,6 @@ commands = python build_gui.py 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 + rename exe\__main__.dist\__main__.exe ED_LRR.exe + cd installer + iscc /QP ED_LRR.iss \ No newline at end of file