chore: small fallback addition
Some checks failed
Cross-Compile Binaries / compile-linux (push) Successful in 3m6s
Cross-Compile Binaries / compile-windows (push) Has been cancelled

This commit is contained in:
2026-01-06 16:13:21 +01:00
parent 9049c67cf2
commit b04a918fdb

View File

@@ -221,6 +221,8 @@ func main() {
alreadyExists = true
} else if os.IsNotExist(err) {
alreadyExists = false
} else { // Failsafe if something unforeseen happens
alreadyExists = true
}
if alreadyExists && !overwritePassDown {