Skip to content

BloomBooks/velopack-l10n-fork

 
 

Repository files navigation

This is fork of Velopack, with a few changes we need so that we can ship with localized installer dialogs with our .net Windows app.

Warning

What this builds is not the full Velopack system. It is only enough to publish our .net windows application. Even this could break or go away at anytime. So if you, too, cannot wait on an official release of Velopack, we recommend you fork this and consume your own releases rather than ours. Do a search/replace on "BloomBooks" and replace with your own name.

Changes

--localization

See Readme-localization.md

--progressColor

We needed to customize the color of the progress bar displayed during installation to match our app colors.

vpk pack -u MyApp -v 1.0.0 -p ./publish --progressColor "#FF0000"

--version

We needed a simple version output so that our CI/CD can know when to auto update.

vpk --version

About

Installer and automatic update framework for cross-platform desktop applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 71.7%
  • Rust 23.9%
  • C++ 1.6%
  • TypeScript 1.1%
  • C 1.0%
  • Handlebars 0.4%
  • Other 0.3%