diff options
Diffstat (limited to 'electron/src/main/index.dev.js')
| -rw-r--r-- | electron/src/main/index.dev.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/electron/src/main/index.dev.js b/electron/src/main/index.dev.js index 1d10bc4e..7fc8c159 100644 --- a/electron/src/main/index.dev.js +++ b/electron/src/main/index.dev.js @@ -1,3 +1,11 @@ +/* + * Authors: see git history + * + * Copyright (c) 2010 Authors + * Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + * + */ + /** * This file is used specifically and only for development. It installs * `electron-debug` & `vue-devtools`. There shouldn't be any need to @@ -21,4 +29,4 @@ require('electron').app.on('ready', () => { }) // Require `main` process to boot app -require('./index')
\ No newline at end of file +require('./index') |
