fix(hyperbole): missing v2 in cmdpkg

This commit is contained in:
Haruue 2024-05-29 11:28:33 +08:00
parent 146d077124
commit 10234e5daf
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148

View file

@ -29,7 +29,7 @@ BUILD_DIR = "build"
CORE_SRC_DIR = "./core"
EXTRAS_SRC_DIR = "./extras"
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]