fixed blocked settings

pull/2253/head
Gabriel Engel 9 years ago
parent 66bf35c029
commit 86659c06e7
  1. 4
      .sandstorm/sandstorm-pkgdef.capnp

@ -93,8 +93,8 @@ const myCommand :Spk.Manifest.Command = (
# Note that this defines the *entire* environment seen by your app.
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
(key = "SANDSTORM", value = "1"),
(key = "Statistics_opt_out", value = "true")
(key = "Accounts_AllowUserAvatarChange", value = "false")
(key = "Statistics_opt_out", value = "true"),
(key = "Accounts_AllowUserAvatarChange", value = "false"),
(key = "Accounts_AllowUserProfileChange", value = "false")
]
);

Loading…
Cancel
Save