From a61849d783b044500abf60dd07e5954c3d762b1e Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 10 May 2026 13:44:05 +0000 Subject: [PATCH] Add TODO --- desktop/platform/win/src/file_associations.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/platform/win/src/file_associations.rs b/desktop/platform/win/src/file_associations.rs index 0e6f26a66d..a7a63d1075 100644 --- a/desktop/platform/win/src/file_associations.rs +++ b/desktop/platform/win/src/file_associations.rs @@ -1,3 +1,6 @@ +// This is a bit of a hack to get file associations working without an installer. +// TODO: Replace this with a proper installer that can set up file associations. + use std::env; use std::path::Path;