Skip to content

Commit

Permalink
Update shortcuts.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-js authored and caesay committed Dec 12, 2024
1 parent c6c2325 commit d9b285e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/integrating/shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -26,4 +27,4 @@ using Velopack.Windows;
VelopackApp.Build()
.WithAfterInstallFastCallback((v) => new Shortcuts().CreateShortcutForThisExe(ShortcutLocation.Desktop))
.Run()
```
```

0 comments on commit d9b285e

Please sign in to comment.