1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-02 08:42:54 +00:00

chore: remove interactive mode

This commit is contained in:
2025-01-08 00:15:44 +01:00
parent dd4e1499b7
commit ea47b101f2
4 changed files with 5 additions and 159 deletions

View File

@ -19,7 +19,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
quick-xml = { version = "0.37", features = ["escape-html", "serialize"], default-features = false }
console = "0.15"
dialoguer = "0.11"
indicatif = "0.17"
deob = { path = "libs/deob", version = "*", optional = true }
@ -57,7 +56,7 @@ unused_must_use = "deny"
# Packaging
[package.metadata.deb]
copyright = "Copyright (C) 2023-2024 the original author or authors"
copyright = "Copyright (C) 2023-2025 the original author or authors"
extended-description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort."
assets = [
["target/release/osc-variant", "usr/bin/", "755"],