Forked from
leap / bitmask-vpn
585 commits behind the upstream repository.
-
Kali Kaneko authoredKali Kaneko authored
release-howto.rst 640 B
how to make a release
- Tag the release
- Build the latest builder image:
`
make builder_image
`
- Build the snap package:
With everything ready on the docker image, this one should be built "in a snap" (badum-tsss).
`
make package_snap_in_docker
`
- Build the windows installer:
This is a bit complicated, since it is a two-stage build. It will need you have cloned the secrets folder containing the windows authenticode. You also have to have wine (32 bits) installed in your host machine.
`
make package_win_in_docker
`
- Build the OSX package:
(TBD)
- Build the debian package:
(TBD)