Commit bba1cc93 authored by Eva Ho's avatar Eva Ho Committed by Jeffrey Morgan
Browse files

fix path for system tray

parent ea9f0e7d
......@@ -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/ollama_icon_dark_16x16@2x.png'),
path.join(__dirname, './assets/ollama_icon_bright_16x16@2x.png'),
...(process.platform === 'darwin' ? ['../ggml-metal.metal'] : []),
],
...(process.env.SIGN
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment