Skip to content

Commit

Permalink
Merge pull request desktop#1493 from desktop/refine-32px-icon-on-windows
Browse files Browse the repository at this point in the history
Refine the 32px version of the icon
  • Loading branch information
joshaber authored May 16, 2017
2 parents e620083 + 2773bc1 commit 5d6003d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified app/static/logos/icon-logo.ico
Binary file not shown.
4 changes: 1 addition & 3 deletions script/package
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ function packageWindows () {
process.exit(1)
}

// TODO: change this when the repository is public
// 'https://raw.githubusercontent.com/desktop/desktop/master/app/static/logos/icon-logo.ico'
const iconUrl = 'https://desktop.githubusercontent.com/icon-logo.ico'
const iconUrl = 'https://desktop.githubusercontent.com/app-icon.ico'

const options = {
name: distInfo.getWindowsIdentifierName(),
Expand Down

0 comments on commit 5d6003d

Please sign in to comment.