refactor(single-instance): improve userdata ptr handling (#2453)

* fix(single-instance): fix null pointer dereference panic on Windows

* fmt
This commit is contained in:
Amr Bashir
2025-02-24 17:10:30 +02:00
committed by GitHub
parent 1ab5f15763
commit 0af367f7d4
5 changed files with 70 additions and 61 deletions
@@ -3,5 +3,5 @@
// SPDX-License-Identifier: MIT
fn main() {
tauri_build::build()
tauri_build::build()
}