Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Changes for Brave branded Electron
Browse files Browse the repository at this point in the history
Auditors: @aekeus
  • Loading branch information
bbondy committed Jan 27, 2016
1 parent 80db2f6 commit 75e8adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Workspace relative or absolute path to the working directory of the program being debugged. Default is the current workspace.
"cwd": ".",
// Workspace relative or absolute path to the runtime executable to be used. Default is the runtime executable on the PATH.
"runtimeExecutable": "./node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron",
"runtimeExecutable": "./node_modules/electron-prebuilt/dist/Brave.app/Contents/MacOS/Brave",
// Optional arguments passed to the runtime executable.
"runtimeArgs": ["--nolazy"],
// Environment variables passed to the program.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"css-loader": "^0.23.0",
"electron-builder": "^2.3.1",
"electron-installer-squirrel-windows": "^1.2.2",
"electron-packager": "^5.1.1",
"electron-packager": "brave/electron-packager",
"electron-rebuild": "^1.1.1",
"empty-port": "0.0.1",
"gulp": "^3.9.0",
Expand Down

0 comments on commit 75e8adf

Please sign in to comment.