Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Use parsec logo as AppImage launcher icon
Browse files Browse the repository at this point in the history
  • Loading branch information
duboisR committed Jun 15, 2017
1 parent c9eb72b commit 37e4f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-starter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const pjson = require('./package.json')
let mainWindow
const createWindow = () => {
// Create the browser window.
mainWindow = new BrowserWindow({ width: 800, height: 600, minWidth: 760, minHeight: 600 })
mainWindow = new BrowserWindow({ width: 800, height: 600, minWidth: 760, minHeight: 600, icon: path.join(__dirname, '/public/favicon.png') })

// Create the application menu
const menu = Menu.buildFromTemplate([
Expand Down

0 comments on commit 37e4f6e

Please sign in to comment.