aboutsummaryrefslogtreecommitdiff
path: root/cmd/cli/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cli/unix.go')
-rw-r--r--cmd/cli/unix.go10
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")