fix: replace all get current path method from "./" to os args
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user