@rehpic/vcli 0.1.0-beta.46.1 → 0.1.0-beta.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3844,6 +3844,7 @@ serviceCommand.command("install").description("Install the bridge as a system se
3844
3844
  const vcliPath = process.argv[1] ?? "vcli";
3845
3845
  installLaunchAgent(vcliPath);
3846
3846
  loadLaunchAgent();
3847
+ await launchMenuBar();
3847
3848
  console.log(
3848
3849
  "Bridge installed and running. Will start automatically on login."
3849
3850
  );