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:
@ -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"],
|
||||
|
Reference in New Issue
Block a user