Skip to content

Commit

Permalink
fix path for system tray
Browse files Browse the repository at this point in the history
  • Loading branch information
Eva Ho authored and jmorganca committed Jul 6, 2023
1 parent ea9f0e7 commit bba1cc9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
7 changes: 4 additions & 3 deletions app/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ const config: ForgeConfig = {
packagerConfig: {
appVersion: process.env.VERSION || packageJson.version,
asar: true,
icon: './images/icon',
icon: './assets/icon.icns',
extraResource: [
'../ollama',
'./images/ollama_icon_dark_16x16.png',
'./images/ollama_icon_bright_16x16.png',
'../ggml-metal.metal',
path.join(__dirname, './assets/[email protected]'),
path.join(__dirname, './assets/[email protected]'),
...(process.platform === 'darwin' ? ['../ggml-metal.metal'] : []),
],
...(process.env.SIGN
Expand Down

0 comments on commit bba1cc9

Please sign in to comment.