bestool 0.12.0

BES Deployment tooling
1
2
3
4
5
6
7
8
9
10
11
use std::path::Path;

fn main() {
	windows_exe_info::versioninfo::link_cargo_env();
	windows_exe_info::manifest(Path::new("windows-manifest.xml"));
	build_data::set_GIT_BRANCH();
	build_data::set_GIT_COMMIT();
	build_data::set_GIT_DIRTY();
	build_data::set_SOURCE_TIMESTAMP();
	build_data::no_debug_rebuilds();
}