added boot flag.

This commit is contained in:
Bryce Covert
2015-11-22 14:25:17 -08:00
parent 88d2d11a31
commit 989c565300
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
(defmacro steamify [steam-version & [regular-version]]
(if has-steam?
`(if has-steam?
`(if (and has-steam? (not (System/getProperty "no-steam")))
~steam-version
~regular-version)
regular-version))