Commit a5dbcf2e authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

app: dont package `ggml-metal.metal`

parent 9304f0e7
...@@ -27,7 +27,6 @@ const config: ForgeConfig = { ...@@ -27,7 +27,6 @@ const config: ForgeConfig = {
path.join(__dirname, './assets/iconDarkTemplate@2x.png'), path.join(__dirname, './assets/iconDarkTemplate@2x.png'),
path.join(__dirname, './assets/iconDarkUpdateTemplate.png'), path.join(__dirname, './assets/iconDarkUpdateTemplate.png'),
path.join(__dirname, './assets/iconDarkUpdateTemplate@2x.png'), path.join(__dirname, './assets/iconDarkUpdateTemplate@2x.png'),
...(process.platform === 'darwin' ? ['../llm/ggml-metal.metal'] : []),
], ],
...(process.env.SIGN ...(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