mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
chore: rebuild core updater
This commit is contained in:
10
component/updater/update_core_test.go
Normal file
10
component/updater/update_core_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package updater
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBaseName(t *testing.T) {
|
||||
fmt.Println("mihomoBaseName =", mihomoBaseName)
|
||||
}
|
||||
Reference in New Issue
Block a user