mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 16:26:59 +00:00
add .metal file to the app build
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user