Skip to content

Commit

Permalink
drop merlin 2
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Jan 28, 2024
1 parent 2e202d0 commit 2d2b4b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions cmd/vinegar/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ const (
DialogReqChannel = "Roblox is attempting to set your channel to %[1]s, however the current preferred channel is %s.\n\nWould you like to set the channel to %[1]s temporarily?"
DialogNoWine = "Wine is required to run Roblox on Linux, please install it appropiate to your distribution."
DialogNoAVX = "Warning: Your CPU does not support AVX. While some people may be able to run without it, most are not able to. VinegarHQ cannot provide support for your installation. Continue?"
DialogMerlin = `VinegarHQ is running an automated survey to better understand users' system details. These include:
• CPU make and model
• GPU make and model
• Kernel version
• Distro name
No personally identifiable information is sent, and the source code of the web server can be found on our GitHub under the "Merlin" repository.
If you would like to help us understand our community better, please participate in our hardware survey! This message won't show again after closing it.
Thank you for using Vinegar.`
)

type Binary struct {
Expand Down
1 change: 0 additions & 1 deletion internal/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type BinaryStates map[string]BinaryState
// State holds various details about Vinegar's configuration
type State struct {
DxvkVersion string
Merlined bool // If the user has already submitted hardware information
Applications BinaryStates // called Applications to retain compatibility
}

Expand Down

0 comments on commit 2d2b4b5

Please sign in to comment.