github tristanisham/zvm v0.8.14

11 hours ago

What's Changed

  • feat: add build tag to disable automatic updates by @Bnyro in #150

New Contributors

Full Changelog: v0.8.13...v0.8.14

Tools to Help Distributors and Package Maintainers

ZVM can now be built without its auto upgrader (zvm upgrade).
This is to make installing ZVM via a package manager easier for those who prefer this method.

When you run a build of ZVM with the autoupgrader disabled, you will see a builder-specified message when you run zvm upgrade.

image
go build -ldflags=-w -s -X 'main.BuildUpgradeMessage=Command to upgrade ZVM goes here.'

Read build.ts to see how you can build for all platforms with a custom message.

Remember, ZVM is an open source project. Anyone can customize and distribute it.

Don't miss a new zvm release

NewReleases is sending notifications on new releases.