feat(companion): add runnable macOS menu-bar reference app scaffold
This commit is contained in:
@@ -26,6 +26,7 @@ async function main(): Promise<void> {
|
||||
for (const entry of result.generated) {
|
||||
console.log(`- ${entry.platform}: ${entry.outputDir}`);
|
||||
}
|
||||
console.log(`- macos-app: ${result.macosMenuBarAppDir}`);
|
||||
console.log(`- readme: ${result.readmePath}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user