"vscode:/vscode.git/clone" did not exist on "6aad333c6378c9d7989f08e12368e31b7c495c60"
Commit ed6abba7 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

app: bundle real `ggml-metal.metal` instead of symlink

parent b52a400c
......@@ -21,7 +21,7 @@ const config: ForgeConfig = {
'../ollama',
path.join(__dirname, './assets/ollama_icon_16x16Template.png'),
path.join(__dirname, './assets/ollama_icon_16x16Template@2x.png'),
...(process.platform === 'darwin' ? ['../ggml-metal.metal'] : []),
...(process.platform === 'darwin' ? ['../llama/ggml-metal.metal'] : []),
],
...(process.env.SIGN
? {
......
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