We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c2325 commit d9b285eCopy full SHA for d9b285e
docs/integrating/shortcuts.mdx
@@ -9,6 +9,7 @@ You can specify where you'd like shortcuts to be created by using the `--shortcu
9
- `StartMenuRoot`
10
- `StartMenu` (this is a subfolder in the StartMenuRoot, must also specify `--packAuthor`)
11
- `Startup`
12
+- `None` (to disable shortcut creation)
13
14
If you wanted to install into start menu and desktop, the argument you'd need is `--shortcuts Desktop,StartMenuRoot`.
15
@@ -26,4 +27,4 @@ using Velopack.Windows;
26
27
VelopackApp.Build()
28
.WithAfterInstallFastCallback((v) => new Shortcuts().CreateShortcutForThisExe(ShortcutLocation.Desktop))
29
.Run()
-```
30
+```
0 commit comments