add .metal file to the app build

This commit is contained in:
Jeffrey Morgan 2023-07-06 13:43:38 -04:00
parent a6494f8211
commit f805a65c42

View file

@ -14,7 +14,7 @@ const config: ForgeConfig = {
packagerConfig: {
asar: true,
icon: './images/icon',
extraResource: ['../ollama'],
extraResource: ['../ollama', '../ggml-metal.metal'],
...(process.env.SIGN
? {
osxSign: {