mirror of
https://github.com/electron/electron.git
synced 2026-02-08 14:15:28 -05:00
6 lines
152 B
CoffeeScript
6 lines
152 B
CoffeeScript
path = require 'path'
|
|
|
|
process.__atom_type = 'renderer'
|
|
process.resourcesPath = path.resolve process.argv[1], '..', '..', '..'
|
|
process.argv.splice 1, 1
|