fix: replace all get current path method from "./" to os args

This commit is contained in:
2026-05-11 14:03:00 +08:00
parent 5c748dafcd
commit ebc8ced8dd
4 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import (
var ConfigPath *string
var DBPath_data *string
var DBPath_log *string
var CurrentPath string
type SoftwareInfo struct {
Name string
@@ -22,7 +23,7 @@ var Software = SoftwareInfo{
Version: "0.0.1",
Developer: "Madobi Nanami",
BuildVer: 1,
BuildType: "release",
BuildType: "pre-release",
}
type StatusFlags struct {