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

add `.metal` file to the app build

parent a6494f82
...@@ -14,7 +14,7 @@ const config: ForgeConfig = { ...@@ -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: {
......
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