Skip to content

Commit

Permalink
thank goodness; roblox studio can parse the launch uri
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Sep 8, 2023
1 parent 82f302e commit 2743211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vinegar/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func Binary(bt roblox.BinaryType, cfg *config.Config, pfx *wine.Prefix, args ...
if strings.HasPrefix(strings.Join(args, " "), "roblox-player:1") {
args = bootstrapper.ParsePlayerURI(args[0])
} else if strings.HasPrefix(strings.Join(args, " "), "roblox-studio:1") {
args = bootstrapper.ParseStudioURI(args[0])
args = append([]string{"-protocolString"}, args[0])
}

if appCfg.ForcedVersion != "" {
Expand Down

0 comments on commit 2743211

Please sign in to comment.