"vscode:/vscode.git/clone" did not exist on "1248bd24bbfbfb191df944139af21290dc8605f7"
Commit 3d79b414 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

app: package `ggml-metal.metal` from correct directory

parent c84bbf1d
......@@ -27,7 +27,7 @@ const config: ForgeConfig = {
path.join(__dirname, './assets/iconDarkTemplate@2x.png'),
path.join(__dirname, './assets/iconDarkUpdateTemplate.png'),
path.join(__dirname, './assets/iconDarkUpdateTemplate@2x.png'),
...(process.platform === 'darwin' ? ['../llama/ggml-metal.metal'] : []),
...(process.platform === 'darwin' ? ['../llm/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