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: {
|
packagerConfig: {
|
||||||
asar: true,
|
asar: true,
|
||||||
icon: './images/icon',
|
icon: './images/icon',
|
||||||
extraResource: ['../ollama'],
|
extraResource: ['../ollama', '../ggml-metal.metal'],
|
||||||
...(process.env.SIGN
|
...(process.env.SIGN
|
||||||
? {
|
? {
|
||||||
osxSign: {
|
osxSign: {
|
||||||
|
|
Loading…
Reference in a new issue