Commit 09a428d67b592fd0f16ed7445ee0f17255081488
Close #693 Use full path for electron icon
Simon committed on 5/7/2018, 6:21:22 PMParent: 0860eec08ace9e3fda8b85223b0bf924740870ec
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -111,9 +111,9 @@ | |||
111 | 111 … | autoHideMenuBar: true, | |
112 | 112 … | title: 'Patchwork', | |
113 | 113 … | show: true, | |
114 | 114 … | backgroundColor: '#EEE', | |
115 | - icon: './assets/icon.png' | ||
115 … | + icon: Path.join(__dirname, 'assets/icon.png') | ||
116 | 116 … | }) | |
117 | 117 … | windowState.manage(windows.main) | |
118 | 118 … | windows.main.setSheetOffset(40) | |
119 | 119 … | windows.main.on('close', function (e) { | |
Built with git-ssb-web