aboutsummaryrefslogtreecommitdiff
path: root/lib/steam/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/steam/unix.go')
-rw-r--r--lib/steam/unix.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/steam/unix.go b/lib/steam/unix.go
new file mode 100644
index 0000000..caa4b43
--- /dev/null
+++ b/lib/steam/unix.go
@@ -0,0 +1,10 @@
+// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
+
+package steam
+
+import (
+ "os"
+ "path/filepath"
+)
+
+var DefaultLib string = filepath.Join(os.Getenv("HOME"), ".steam/steam/steamapps")