Skip to content

Commit

Permalink
Merge pull request #14 from remco1271/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
caesay authored Apr 29, 2024
2 parents 40d5a45 + f00f21c commit 0ac0478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/packaging/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Velopack does not support 4 part versions (eg. `1.0.0.0`), as it would not be pr
A complete example:
```cmd
dotnet publish -c Release -r win-x64 -o publish
vpk pack --packId MyAppId -packVersion 1.0.0 --packDir publish --mainExe MyApp.exe
vpk pack --packId MyAppId --packVersion 1.0.0 --packDir publish --mainExe MyApp.exe
```

### Optional recommended arguments
Expand Down Expand Up @@ -63,4 +63,4 @@ On platforms which ship installers, you can customise the behavior. [[Read more]
## Other recommended arguments
- If your application is operating-system or CPU architecture specific you should consider adding an `--rid`. [[Read more]](rid.mdx)
- If you plan on distributing release channels for different architectures or features, consider adding a `--channel` [[Read more]](channels.mdx)
- If your app requires additional frameworks (eg. vcredist) consider `--framework` [[Read more]](bootstrapping.mdx)
- If your app requires additional frameworks (eg. vcredist) consider `--framework` [[Read more]](bootstrapping.mdx)

0 comments on commit 0ac0478

Please sign in to comment.