enso/app/ide-desktop/lib
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
..
assets Diff editor (#9458) 2024-03-23 18:44:56 +00:00
client Custom Windows Installer & Uninstaller (#9815) 2024-05-07 16:22:11 +00:00
common Allow downloading projects on GUI dev server (#9851) 2024-05-03 13:37:26 +00:00
content-config Remove obsolete GUI arguments (#9466) 2024-04-05 16:20:56 +00:00
dashboard Fixes for local backend (#9850) 2024-05-06 07:43:11 +00:00
esbuild-plugin-copy-directories Make (almost) all interfaces readonly (#8800) 2024-02-07 11:26:59 +00:00
icons Remove ensogl-pack (#9407) 2024-03-18 12:18:18 +00:00
project-manager-shim Allow downloading projects on GUI dev server (#9851) 2024-05-03 13:37:26 +00:00
ts-plugin-namespace-auto-import More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00
types Custom Windows Installer & Uninstaller (#9815) 2024-05-07 16:22:11 +00:00