update app to use go binary

This commit is contained in:
Jeffrey Morgan
2023-07-06 11:21:56 -04:00
parent 9fe018675f
commit 879e996ca4
4 changed files with 5 additions and 5 deletions

View File

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