mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Eliminate HIDE_DEV_TOOLS environment variable. Hide in test env.
FREEBIE
This commit is contained in:
@@ -355,8 +355,7 @@ module.exports = function(grunt) {
|
||||
path: path.join(__dirname, 'node_modules', '.bin', 'electron'),
|
||||
args: [path.join(__dirname, 'main.js')],
|
||||
env: {
|
||||
NODE_ENV: environment,
|
||||
HIDE_DEV_TOOLS: true
|
||||
NODE_ENV: environment
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user