Skip to content

Commit

Permalink
wine: drop for apprehensions/wine
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Mar 8, 2024
1 parent 6d533e7 commit 97e2260
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 273 deletions.
2 changes: 1 addition & 1 deletion cmd/vinegar/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/vinegarhq/vinegar/internal/state"
"github.com/vinegarhq/vinegar/splash"
"github.com/vinegarhq/vinegar/sysinfo"
"github.com/vinegarhq/vinegar/wine"
"github.com/apprehensions/wine"
"golang.org/x/term"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/vinegar/binary_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
cp "github.com/otiai10/copy"
"github.com/vinegarhq/vinegar/internal/dirs"
"github.com/vinegarhq/vinegar/internal/netutil"
"github.com/vinegarhq/vinegar/wine/dxvk"
"github.com/vinegarhq/vinegar/dxvk"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/vinegar/sysinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/apprehensions/rbxweb/clientsettings"
"github.com/vinegarhq/vinegar/config"
"github.com/vinegarhq/vinegar/sysinfo"
"github.com/vinegarhq/vinegar/wine"
"github.com/apprehensions/wine"
)

func PrintSysinfo(cfg *config.Config) {
Expand Down
2 changes: 1 addition & 1 deletion wine/dxvk/dxvk.go → dxvk/dxvk.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"path"
"path/filepath"

"github.com/vinegarhq/vinegar/wine"
"github.com/apprehensions/wine"
)

const Repo = "https://github.com/doitsujin/dxvk"
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/altfoxie/drpc v0.0.0-20231214171500-0a4e3a3b1c53
github.com/apprehensions/rbxbin v0.0.0-20240308123713-798ca8013cd1
github.com/apprehensions/rbxweb v0.0.0-20240308122818-8de3663e1d40
github.com/apprehensions/wine v0.0.0-20240308151754-d5e6446351dc
github.com/folbricht/pefile v0.1.0
github.com/fsnotify/fsnotify v1.7.0
github.com/godbus/dbus/v5 v5.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ github.com/altfoxie/drpc v0.0.0-20231214171500-0a4e3a3b1c53 h1:NcI4SrGv7yDhMRFc6
github.com/altfoxie/drpc v0.0.0-20231214171500-0a4e3a3b1c53/go.mod h1:vV4ApNpKIGN4PT5NYmWqw1IEIsFzqj0pspTUSltS+gk=
github.com/apprehensions/rbxbin v0.0.0-20240308123713-798ca8013cd1 h1:GCQRCWzCeD7nkKSUMN9/4wizq7u7TtawCi3ntWqSiNg=
github.com/apprehensions/rbxbin v0.0.0-20240308123713-798ca8013cd1/go.mod h1:FPEDrVuql3rsAsGTXnaIvl3GXQPDxvoSeuyaQKsIFsU=
github.com/apprehensions/rbxweb v0.0.0-20240308083857-a3d7205c6de9 h1:eOEtS+YksEplRdlZSKYSzDHfpDWA7UKFVlbdTHUxzFo=
github.com/apprehensions/rbxweb v0.0.0-20240308083857-a3d7205c6de9/go.mod h1:F7WKRLrQxuRgfXxhwnlFJ059ZBMRxkXxvIhUxP4Qc5g=
github.com/apprehensions/rbxweb v0.0.0-20240308122818-8de3663e1d40 h1:YFMJMX3x/8B0VXbwA1M6JmkhtEt35VprZvj40AGRxkk=
github.com/apprehensions/rbxweb v0.0.0-20240308122818-8de3663e1d40/go.mod h1:F7WKRLrQxuRgfXxhwnlFJ059ZBMRxkXxvIhUxP4Qc5g=
github.com/apprehensions/wine v0.0.0-20240308151754-d5e6446351dc h1:2/DdPTGUz7xuFsVUg+n4Rc/ETlbHELCRZZb3TKh7KEg=
github.com/apprehensions/wine v0.0.0-20240308151754-d5e6446351dc/go.mod h1:t54gBblDmNAdLoRNLKk/338+JQvCiyt6qS8EUpD3RYw=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/folbricht/pefile v0.1.0 h1:y9aMwgNlPO/iyp8Izll3Au4XNp7Fi7uDH8OKZ1Nl+lw=
Expand Down
79 changes: 0 additions & 79 deletions wine/cmd.go

This file was deleted.

28 changes: 0 additions & 28 deletions wine/registry.go

This file was deleted.

15 changes: 0 additions & 15 deletions wine/tricks.go

This file was deleted.

16 changes: 0 additions & 16 deletions wine/user.go

This file was deleted.

129 changes: 0 additions & 129 deletions wine/wine.go

This file was deleted.

0 comments on commit 97e2260

Please sign in to comment.