mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
fix(hyperbole): missing v2 in cmdpkg
This commit is contained in:
parent
146d077124
commit
10234e5daf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ BUILD_DIR = "build"
|
||||||
CORE_SRC_DIR = "./core"
|
CORE_SRC_DIR = "./core"
|
||||||
EXTRAS_SRC_DIR = "./extras"
|
EXTRAS_SRC_DIR = "./extras"
|
||||||
APP_SRC_DIR = "./app"
|
APP_SRC_DIR = "./app"
|
||||||
APP_SRC_CMD_PKG = "github.com/apernet/hysteria/app/cmd"
|
APP_SRC_CMD_PKG = "github.com/apernet/hysteria/app/v2/cmd"
|
||||||
|
|
||||||
MODULE_SRC_DIRS = [CORE_SRC_DIR, EXTRAS_SRC_DIR, APP_SRC_DIR]
|
MODULE_SRC_DIRS = [CORE_SRC_DIR, EXTRAS_SRC_DIR, APP_SRC_DIR]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue