Commit ac4142da16c5834e703d5723d94c3b3035a34ae0
Merge pull request #798 from simonv3/fix-appimage-icon
Close #693 Use full path for electron iconMatt McKegg authored on 5/8/2018, 8:50:09 AM
GitHub committed on 5/8/2018, 8:50:09 AM
Parent: 0860eec08ace9e3fda8b85223b0bf924740870ec
Parent: 09a428d67b592fd0f16ed7445ee0f17255081488
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