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

Commit

Permalink
fixes (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu authored and frozeman committed Jan 18, 2017
1 parent 75dd12c commit b08925c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ gulp.task('build-dist', ['download-signatures', 'copy-i18n'], (cb) => {
description: applicationName,
homepage: 'https://github.com/ethereum/mist',
build: {
appId: `com.ethereum.mist.${type}`,
appId: `com.ethereum.${type}`,
category: 'public.app-category.productivity',
asar: true,
files: [
Expand All @@ -250,7 +250,7 @@ gulp.task('build-dist', ['download-signatures', 'copy-i18n'], (cb) => {
},
dmg: {
background: '../build/dmg-background.jpg',
'icon-size': 128,
iconSize: 128,
contents: [{
x: 441,
y: 448,
Expand Down

0 comments on commit b08925c

Please sign in to comment.