From d9b285e29d9d1ec0e2cdc8b32faae49bccfeb0f5 Mon Sep 17 00:00:00 2001 From: James <79054685+henry-js@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:02:22 +0000 Subject: [PATCH] Update shortcuts.mdx --- docs/integrating/shortcuts.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrating/shortcuts.mdx b/docs/integrating/shortcuts.mdx index e87385b..e6d165a 100644 --- a/docs/integrating/shortcuts.mdx +++ b/docs/integrating/shortcuts.mdx @@ -9,6 +9,7 @@ You can specify where you'd like shortcuts to be created by using the `--shortcu - `StartMenuRoot` - `StartMenu` (this is a subfolder in the StartMenuRoot, must also specify `--packAuthor`) - `Startup` +- `None` (to disable shortcut creation) If you wanted to install into start menu and desktop, the argument you'd need is `--shortcuts Desktop,StartMenuRoot`. @@ -26,4 +27,4 @@ using Velopack.Windows; VelopackApp.Build() .WithAfterInstallFastCallback((v) => new Shortcuts().CreateShortcutForThisExe(ShortcutLocation.Desktop)) .Run() -``` \ No newline at end of file +```