fix windows native uvx (#1775)

This commit is contained in:
Max Novich
2025-03-24 09:50:28 -07:00
committed by GitHub
parent 50c5705d87
commit 41ce428a96
6 changed files with 80 additions and 20 deletions
+5
View File
@@ -414,6 +414,11 @@ ipcMain.handle('check-ollama', async () => {
}
});
// Handle binary path requests
ipcMain.handle('get-binary-path', (event, binaryName) => {
return getBinaryPath(app, binaryName);
});
app.whenReady().then(async () => {
// Test error feature - only enabled with GOOSE_TEST_ERROR=true
if (process.env.GOOSE_TEST_ERROR === 'true') {