diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-11-20 22:46:45 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-11-20 22:46:45 -0500 |
| commit | 891447f0e40a6d1a9637b3333cffed8eb2543c51 (patch) | |
| tree | fb748b0c6af1670a2b73e5d581f206d0fe26e003 /cmd/cli/unix.go | |
| parent | 971cc396e1d01f53f65a86278fd0ac4490565335 (diff) | |
| download | steam-export-891447f0e40a6d1a9637b3333cffed8eb2543c51.tar.gz steam-export-891447f0e40a6d1a9637b3333cffed8eb2543c51.tar.xz | |
Works after reorganization.
Diffstat (limited to 'cmd/cli/unix.go')
| -rw-r--r-- | cmd/cli/unix.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/cli/unix.go b/cmd/cli/unix.go new file mode 100644 index 0000000..6b1b1ae --- /dev/null +++ b/cmd/cli/unix.go @@ -0,0 +1,10 @@ +// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris + +package main + +import ( + "os" + "path/filepath" +) + +var DefaultLib string = filepath.Join(os.Getenv("HOME"), ".steam/steam/steamapps") |
