Searched refs:appDirectory (Results 1 – 1 of 1) sorted by relevance
42 const appDirectory = await osascript.execAsync( constant45 const appPath = globSync('Contents/MacOS/*', { cwd: appDirectory.trim(), absolute: true })?.[0];47 throw new Error(`Cannot find application path from ${appDirectory}Contents/MacOS`);