relayer icon indicating copy to clipboard operation
relayer copied to clipboard

fix: use filepath instead of path for Windows compatibility

Open crStiv opened this issue 10 months ago • 0 comments

Fixes #1471

  • Replace path.Join() with filepath.Join() in cmd/appstate.go and cmd/config.go
  • Use filepath.Clean() instead of path.Clean()
  • Remove unused path import

This change ensures correct path handling on Windows systems while maintaining compatibility with other platforms.

crStiv avatar Feb 25 '25 17:02 crStiv