Skip to content

Commit

Permalink
Fix icns generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 5, 2016
1 parent 067a312 commit 344efdc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/icns-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ export const IcnsConstants = {
{ id: 'ic07', size: 128 },
{ id: 'ic08', size: 256 },
{ id: 'ic09', size: 512 },
{ id: 'ic10', size: 1024 },
{ id: 'ic11', size: 32 },
{ id: 'ic12', size: 64 },
{ id: 'ic13', size: 256 },
{ id: 'ic14', size: 512 }
{ id: 'ic10', size: 1024 }
]
};

Expand Down

0 comments on commit 344efdc

Please sign in to comment.