Skip to content

Commit

Permalink
use new .icns icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Jun 28, 2016
1 parent 44326cd commit 04af95e
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 8 deletions.
14 changes: 6 additions & 8 deletions mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ const incl={
'/node_modules/codemirror/addon/fold/indent-fold.js' :1}
Object.keys(incl).map(x=>{const a=x.split('/');a.map((_,i)=>incl[a.slice(0,i).join('/')]=1)}) // include ancestors

const excl={
'/style/apl385.ttf' :1,
'/style/DyalogUnicode.icns':1,
'/style/style.less' :1,
'/style/thm' :1}

const namev='ride'+v.split('.').slice(0,2).join('')
const pkg=(x,y,f)=>{
const excl={'/style/apl385.ttf' :1,
'/style/Dyalog_icon.icns':1,
'/style/style.less' :1,
'/style/thm' :1}
,namev='ride'+v.split('.').slice(0,2).join('')
,pkg=(x,y,f)=>{
rq('electron-packager')(
{dir:'.',platform:x,arch:y,out:'_/'+namev,overwrite:true,'download.cache':'cache',icon:'favicon.ico',tmpdir:false,
ignore:p=>!incl[p]&&!/^\/(src|style|lib|_)(\/|$)/.test(p)&&!(x==='win32'&&/^\/windows-ime(\/|$)/.test(p))||excl[p],
Expand Down
Binary file removed style/DyalogUnicode.icns
Binary file not shown.
Binary file added style/Dyalog_icon.icns
Binary file not shown.
138 changes: 138 additions & 0 deletions style/Dyalog_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04af95e

Please sign in to comment.