1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

4 Commits

Author SHA1 Message Date
Athanasius
26c2bd720f
Build: Enforce win32 only at top-level, and clean up how error is raised
* Repeating the same test is just un-necessary, bad past-Ath.
* Use `raise AssertionError(...)`.

I'd move some of this stuff into functions, but it wouldn't actually
aid readability.
2022-09-24 11:05:01 +01:00
Athanasius
a3198c5e36
Build: Remove all of the macOS code & comment out sections
* We've not been building for macOS since the change of maintainership in
  2020, so removing that code is long overdue.

  However we're leaving in the test for `win32` so as to be explicit that
  this should only (currently) be run on that platform.

* Add section comments to better document what each code section is meant
  to achieve.
2022-09-24 11:05:00 +01:00
Athanasius
a9ef736067
Build: Use version_info for DRYness
* Adds `language` so that WiX is happy.  Hard-coded to "English (United
  States)".
* Also adds `description` (same as the GitHub repo).
2022-09-24 11:05:00 +01:00
Athanasius
05d6160427
Rename py2exe-build.py to Build-exe-and-msi.py
This name is more indicative of the functionality.
2022-09-24 11:04:59 +01:00