Merge pull request #1 from faburem/sandstorm-patch-6339

Make Integration scripts work with Sandstorm
pull/6353/head
Fabian Kromer 9 years ago committed by GitHub
commit 0f93db8143
  1. 3
      .sandstorm/sandstorm-pkgdef.capnp

@ -108,6 +108,7 @@ const myCommand :Spk.Manifest.Command = (
(key = "SANDSTORM", value = "1"),
(key = "Statistics_reporting", value = "false"),
(key = "Accounts_AllowUserAvatarChange", value = "false"),
(key = "Accounts_AllowUserProfileChange", value = "false")
(key = "Accounts_AllowUserProfileChange", value = "false"),
(key = "BABEL_CACHE_DIR", value = "/var/babel_cache")
]
);

Loading…
Cancel
Save