Skip to content

Commit 87f61b6

Browse files
committed
应用名字
1 parent baacdc3 commit 87f61b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/commons/core/update.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ func selfUpdate() {
1717
var command string
1818
switch runtime.GOOS {
1919
case "windows":
20-
command = "nuclei.exe"
20+
command = Repo + ".exe"
2121
default:
22-
command = "nuclei"
22+
command = Repo
2323
}
2424
m := &update.Manager{
2525
Command: command,

0 commit comments

Comments
 (0)