revert changes to macos bin

This commit is contained in:
bgkillas 2025-06-20 16:49:26 -04:00
parent 95d26d56c6
commit 3e625d2841
2 changed files with 4 additions and 4 deletions

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.app/Contents/MacOS/noita-proxy"
"noita_proxy"
} else {
"noita_proxy.x86_64"
}