Fix AppleScript replacement

This commit is contained in:
Peter Steinberger 2025-06-19 21:20:09 +02:00
parent 2c276fc67c
commit f9f25141cb

View file

@ -27,7 +27,6 @@ struct TerminalLaunchConfig {
fullCommand
.replacingOccurrences(of: "\\", with: "\\\\")
.replacingOccurrences(of: "\"", with: "\\\"")
.replacingOccurrences(of: "'", with: "'\\''")
}
var keystrokeEscapedCommand: String {