mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-06 03:08:42 +02:00
build: blind windows ci build fixes
This commit is contained in:
@@ -279,7 +279,7 @@ mod windows {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn register_html_file_association(exe_path: &str) -> Result<(), String> {
|
||||
fn register_html_file_association(_exe_path: &str) -> Result<(), String> {
|
||||
let hkcu = RegKey::predef(HKEY_CURRENT_USER);
|
||||
|
||||
// Register .html and .htm file associations
|
||||
|
||||
Reference in New Issue
Block a user