Commit cd963a73cebd5ce97b4fddb47ade2fd905c27019
add icon for linux
Matt McKegg committed on 2/20/2017, 5:37:15 AMParent: 81554c524a546fd9b22c64b0bbf4d46af4c7c30b
Files changed
assets/icon.png | added |
index.js | changed |
assets/icon.png |
---|
index.js | ||
---|---|---|
@@ -49,9 +49,9 @@ | ||
49 | 49 … | backgroundColor: '#EEE', |
50 | 50 … | webPreferences: { |
51 | 51 … | experimentalFeatures: true |
52 | 52 … | }, |
53 | - icon: './ferment-logo.png' | |
53 … | + icon: './assets/icon.png' | |
54 | 54 … | }) |
55 | 55 … | windows.main.setSheetOffset(40) |
56 | 56 … | windows.main.on('closed', function () { |
57 | 57 … | windows.main = null |
Built with git-ssb-web