diff options
| author | Cory <coryaccounts@outlook.com> | 2018-09-29 19:55:20 -0500 |
|---|---|---|
| committer | Cory <coryaccounts@outlook.com> | 2018-09-29 19:55:20 -0500 |
| commit | fe316b4dcf776891e3e02c4a460b73ff1e5cd0da (patch) | |
| tree | 813fb5c419b10637b9b54385296a370f3ac99daa /electron_js | |
| parent | e696e456fb89b9de53e2dc5e7e1feb6091fa1f3b (diff) | |
package icon.png in app.asar
Diffstat (limited to 'electron_js')
| -rw-r--r-- | electron_js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/electron_js/main.js b/electron_js/main.js index 910d5cc6..ecd5151a 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -109,7 +109,7 @@ const mx = globalShortcut.register('CommandOrControl+Alt+F', () => { icon: path.join(__dirname, '/../resources/icon.png'), webPreferences:{nodeIntegration:false}}); // - console.log (__dirname+'/../icon.png'); + console.log (path.join(__dirname, '/../resources/icon.png')); |
