Skip to content

Commit

Permalink
Merge pull request #1 from faburem/sandstorm-patch-6339
Browse files Browse the repository at this point in the history
Make Integration scripts work with Sandstorm
  • Loading branch information
faburem authored Mar 13, 2017
2 parents d61d2d5 + e4290f4 commit 0f93db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
);

0 comments on commit 0f93db8

Please sign in to comment.