8000 [gulp] various minor fixes by luclu · Pull Request #1600 · ethereum/mist · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.
8000

[gulp] various minor fixes #1600

Merged
merged 1 commit into from
Jan 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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