enso/lib/rust
Michał Wawrzyniec Urbańczyk a4f56e92aa
Custom Windows Installer & Uninstaller (#9815)
This PR introduces a new installer and uninstaller for the Windows platform.

Both are written in Rust and compiled to a single executable. The executable has no dependencies (other than what is included in the Windows), links the C++ runtime statically if needed.

The change is motivated by numerous issues with with the `electron-builder`-generated installers. The new installer should behave better, not have issues with long paths and unblock the `electron-builder` upgrade (which will significantly simplify the workflow definitions).

To build an installer, one needs to provide the unpacked application (generated by `electron-builder`) and the `electron-builder` configuration (with a few minor extensions). Code signing is also supported.
2024-05-07 16:22:11 +00:00
..
data-structures remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
enso-font Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
font Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
launcher-shims Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
macro-utils remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
metamodel remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
parser Custom Windows Installer & Uninstaller (#9815) 2024-05-07 16:22:11 +00:00
prelude Reduce parser dependencies (#9671) 2024-04-11 00:27:19 -04:00
reflect Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
zst remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00