Skip to content

Commit

Permalink
some paths i missed
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 8, 2024
1 parent 6ad3c76 commit caad542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(BUILDDIR)/apple/Tun2socks.xcframework: $(BUILDDIR)/ios/Tun2socks.xcframework $
XGO=$(GOBIN)/xgo
TUN2SOCKS_VERSION=v1.16.11
XGO_LDFLAGS='-w -X main.version=$(TUN2SOCKS_VERSION)'
ELECTRON_PKG="./client/src/tun2socks/outline/electron"
ELECTRON_PKG="./client/src/backend/outline/electron"

# TODO: build directly when on linux
LINUX_BUILDDIR=$(BUILDDIR)/linux
Expand Down
4 changes: 2 additions & 2 deletions client/src/backend/outline/tun2socks/tunnel_android.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ package tun2socks
import (
"runtime/debug"

"github.com/Jigsaw-Code/outline-apps/client/src/tun2socks/outline/shadowsocks"
"github.com/Jigsaw-Code/outline-apps/client/src/tun2socks/tunnel"
"github.com/Jigsaw-Code/outline-apps/client/src/backend/outline/shadowsocks"
"github.com/Jigsaw-Code/outline-apps/client/src/backend/tunnel"
"github.com/eycorsican/go-tun2socks/common/log"
)

Expand Down

0 comments on commit caad542

Please sign in to comment.