mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-30 14:37:42 +08:00
feat: windows app update
This commit is contained in:
7
pkg/utils/dir_other.go
Normal file
7
pkg/utils/dir_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !lib
|
||||
|
||||
package utils
|
||||
|
||||
func GetUserDataDir() string {
|
||||
return "./data"
|
||||
}
|
||||
Reference in New Issue
Block a user