fix: skip missing Makefile in version command

This commit is contained in:
MFS-code 2026-02-26 12:07:50 -06:00 committed by Christian Clason
parent 0561079b6e
commit 146ea6e12b

View file

@ -292,6 +292,9 @@ impl Version {
} else {
self.current_dir.join("Makefile")
};
if !makefile_path.exists() {
return Ok(());
}
Self::update_file_with(&makefile_path, |content| {
content