deeplow
fb85421db8
Fix Windows build for PySide6 (illegal file names)
...
Building the `.msi` on Windows was failing in the `candle.exe` step due
to some files in the PySide6 library being too long (PySide6/examples)
or having illegal character (`+`) in their file names
(PySide6/qml/QtQuick).
Skipping copying these files to the `.msi` fixes the issue. Skipping
`examples/` should be of no impact since they're just examples and
skipping `qml/QtQuick` shouldn't cause issues because we don't use QML.
Reverts commit `bbbf822` and adapts it from PySide2 to PySide6.
2023-02-23 09:12:02 +00:00
deeplow
bbbf8224f1
install: Remove PySide2-related code for Windows
2023-01-30 11:42:24 +00:00
deeplow
5761255b56
Fix Python version in Windows build scripts
...
Windows python build scripts were still referencing the old python 3.9
version, whereas 3.10 is the currently used one in the dev environment.
2022-12-01 14:58:29 +00:00
Micah Lee
6713cce503
Updates to the macOS and Windows build scripts and documentation
2022-08-26 14:06:06 -07:00
Micah Lee
0cf514eba7
Fix version path
2021-12-13 15:32:35 -08:00
Micah Lee
bc8b9d62b4
Switch Windows package from pyinstaller to cx_freeze
2021-12-13 15:23:45 -08:00
Micah Lee
387a742487
Delete the .tar after compressing in Windows, and fix Windows installer
2021-11-24 16:38:15 -08:00
Micah Lee
65a66b78cd
Remove indent line, this function is deprecated
2021-11-24 12:36:18 -08:00
Micah Lee
e8a348419f
Must remove InstallExecuteSequence for Wix package to build
2021-06-22 12:03:29 -07:00
Micah Lee
c6c011f235
Change Wix config to allow upgrades
2021-06-22 11:51:35 -07:00
Micah Lee
ebd3a841dc
Fix finding version when building Windows installer
2021-06-16 15:17:11 -07:00
Micah Lee
26ea568080
Don't put the start menu shortcut in a folder
2020-10-29 11:10:48 -07:00
Micah Lee
1116c9a029
Make Windows docker link clickable, and make Windows installer add a start menu shortcut
2020-10-28 16:48:16 -07:00
Micah Lee
10dfc1441b
Build the Wix wxs file on the fly
2020-10-28 12:13:09 -07:00