diff --git a/docs/packaging/overview.mdx b/docs/packaging/overview.mdx index 507f50c..09a8db4 100644 --- a/docs/packaging/overview.mdx +++ b/docs/packaging/overview.mdx @@ -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 @@ -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) \ No newline at end of file +- If your app requires additional frameworks (eg. vcredist) consider `--framework` [[Read more]](bootstrapping.mdx)