Load recipe deeplinks in single window when app is closed (#4048)

This commit is contained in:
Zane
2025-08-13 14:52:33 -07:00
committed by GitHub
parent 1a58892948
commit 68dd3281f8
8 changed files with 123 additions and 53 deletions
@@ -62,14 +62,6 @@ function unregisterAllProtocolHandlers() {
}
});
// Clean up temporary files
console.log('\nCleaning up temporary files...');
try {
execSync('rm -rf /tmp/GooseDevApp.app', { stdio: 'ignore' });
} catch (error) {
// Ignore cleanup errors
}
// Force Launch Services to rebuild its database
console.log('Rebuilding Launch Services database...');
try {