app: package ggml-metal.metal
from correct directory
This commit is contained in:
parent
c84bbf1dd6
commit
3d79b414d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const config: ForgeConfig = {
|
|||
path.join(__dirname, './assets/iconDarkTemplate@2x.png'),
|
||||
path.join(__dirname, './assets/iconDarkUpdateTemplate.png'),
|
||||
path.join(__dirname, './assets/iconDarkUpdateTemplate@2x.png'),
|
||||
...(process.platform === 'darwin' ? ['../llama/ggml-metal.metal'] : []),
|
||||
...(process.platform === 'darwin' ? ['../llm/ggml-metal.metal'] : []),
|
||||
],
|
||||
...(process.env.SIGN
|
||||
? {
|
||||
|
|
Loading…
Reference in a new issue