add .metal
file to the app build
This commit is contained in:
parent
a6494f8211
commit
f805a65c42
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const config: ForgeConfig = {
|
|||
packagerConfig: {
|
||||
asar: true,
|
||||
icon: './images/icon',
|
||||
extraResource: ['../ollama'],
|
||||
extraResource: ['../ollama', '../ggml-metal.metal'],
|
||||
...(process.env.SIGN
|
||||
? {
|
||||
osxSign: {
|
||||
|
|
Loading…
Reference in a new issue