mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
hopefully fix macos updating
This commit is contained in:
parent
6e8f86e26c
commit
95d26d56c6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue