You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #655: --without-gui for building without GUI support
f6d246a Typo (Kiminuo)
56e541f `contrib/build_bin.sh` and `contrib/build_bin.sh` now accepts `--without-gui` as their first parameters to build without the GUI support. (Kiminuo)
Pull request description:
Alternative to #561
Addresses #561 (comment):
> Instead of a new script, I would prefer if an option were just added to the existing script(s) that would disable the qt build.
ACKs for top commit:
achow101:
ACK f6d246a
Tree-SHA512: fbce40b6d21c3523b747439e7018153b18589e736aae717bced28e42af4c12f0104afead537683e5d9d027e64023f728d3e6803fc95cfd21b6871c4cb1984d6a
Copy file name to clipboardexpand all lines: docs/development/release-process.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Release Process
3
3
4
4
1. Bump version number in ``pyproject.toml`` and ``hwilib/__init__.py``, generate the setup.py file, and git tag release
5
5
2. Build distribution archives for PyPi with ``contrib/build_dist.sh``
6
-
3. For MacOS and Linux, use ``contrib/build_bin.sh``. This needs to be run on a MacOS machine for the MacOS binary and on a Linux machine for the linux one.
6
+
3. For MacOS and Linux, use ``contrib/build_bin.sh``. This needs to be run on a macOS machine for the macOS binary and on a Linux machine for the linux one.
7
7
4. For Windows, use ``contrib/build_wine.sh`` to build the Windows binary using wine
8
8
5. Make ``SHA256SUMS.txt`` using ``contrib/make_shasums.sh``.
9
9
6. Make ``SHA256SUMS.txt.asc`` using ``gpg --clearsign SHA256SUMS.txt``
0 commit comments