hopefully fix macos updating

This commit is contained in:
bgkillas 2025-06-20 15:13:38 -04:00
parent 6e8f86e26c
commit 95d26d56c6

View file

@ -172,7 +172,7 @@ fn proxy_bin_name() -> &'static str {
if cfg!(target_os = "windows") {
"noita_proxy.exe"
} else if cfg!(target_os = "macos") {
"noita_proxy.arm64"
"noita_proxy.app/Contents/MacOS/noita-proxy"
} else {
"noita_proxy.x86_64"
}