mirror of
https://github.com/PrimeDecomp/retrotool.git
synced 2026-07-12 18:18:58 -07:00
Remove nightly feature; update README.md
This commit is contained in:
@@ -41,3 +41,18 @@ Replaces the video within the given `FMV0` file.
|
||||
```shell
|
||||
$ retrotool fmv0 replace [inout_fmv0] [in_mp4]
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Licensed under either of
|
||||
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
||||
|
||||
at your option.
|
||||
|
||||
### Contribution
|
||||
|
||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
|
||||
additional terms or conditions.
|
||||
|
||||
+1
-1
@@ -80,7 +80,7 @@ fn extract(args: ExtractArgs) -> Result<()> {
|
||||
asset.kind,
|
||||
name,
|
||||
asset.data.len(),
|
||||
asset.data.is_owned(),
|
||||
asset.info.compression_mode != 0,
|
||||
asset.meta.as_ref().map(|m| m.len()).unwrap_or_default()
|
||||
);
|
||||
let file_name = asset
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![feature(cow_is_borrowed)]
|
||||
|
||||
mod argh_version;
|
||||
mod cmd;
|
||||
mod format;
|
||||
|
||||
Reference in New Issue
Block a user