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;