Skip to content

Commit d9b285e

Browse files
jamesshenrycaesay
authored andcommitted
Update shortcuts.mdx
1 parent c6c2325 commit d9b285e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/integrating/shortcuts.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ You can specify where you'd like shortcuts to be created by using the `--shortcu
99
- `StartMenuRoot`
1010
- `StartMenu` (this is a subfolder in the StartMenuRoot, must also specify `--packAuthor`)
1111
- `Startup`
12+
- `None` (to disable shortcut creation)
1213

1314
If you wanted to install into start menu and desktop, the argument you'd need is `--shortcuts Desktop,StartMenuRoot`.
1415

@@ -26,4 +27,4 @@ using Velopack.Windows;
2627
VelopackApp.Build()
2728
.WithAfterInstallFastCallback((v) => new Shortcuts().CreateShortcutForThisExe(ShortcutLocation.Desktop))
2829
.Run()
29-
```
30+
```

0 commit comments

Comments
 (0)