"git@developer.sourcefind.cn:OpenDAS/d2go.git" did not exist on "aa7716be479f9d93cbf9c9d0a804f0444ece9bce"
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