Skip to content

Commit

Permalink
Cleanup + Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 9, 2024
1 parent 6a781a5 commit d98a814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Whisky/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Terminal"
"value" : "Terminal..."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion WhiskyKit/Sources/WhiskyKit/Wine/Wine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public class Wine {

public static func generateTerminalEnvironmentCommand(bottle: Bottle) -> String {
var cmd = """
export PATH=\"\(GPTKInstaller.binFolder.path):$PATH\"
export PATH=\"\(WhiskyWineInstaller.binFolder.path):$PATH\"
export WINE=\"wine64\"
alias wine=\"wine64\"
alias winecfg=\"wine64 winecfg\"
Expand Down

0 comments on commit d98a814

Please sign in to comment.