Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e31e07

Browse files
committedMar 24, 2025·
fmt
1 parent 83efc44 commit 9e31e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
4141
}
4242
vpn.installSystemExtension()
4343
#if arch(arm64)
44-
let mutagenBinary = "mutagen-darwin-arm64"
44+
let mutagenBinary = "mutagen-darwin-arm64"
4545
#elseif arch(x86_64)
46-
let mutagenBinary = "mutagen-darwin-amd64"
46+
let mutagenBinary = "mutagen-darwin-amd64"
4747
#endif
4848
fileSyncDaemon = MutagenDaemon(
4949
mutagenPath: Bundle.main.url(forResource: mutagenBinary, withExtension: nil)

0 commit comments

Comments
 (0)
Please sign in to comment.