Sewer56 / replace-files-with-itself

Copies a list of files provided via parameter, and replaces the original with the new copy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace-files-with-itself

About

Copies a list of files provided via parameter, and replaces the original with the new copy. This is a dummy program used in Reloaded2 to make GamePass titles moddable.

Building

In PowerShell.

$env:RUSTFLAGS="-C panic=abort -C lto=fat -C embed-bitcode=yes"; cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target i686-pc-windows-msvc --profile release

About

Copies a list of files provided via parameter, and replaces the original with the new copy.

License:Other


Languages

Language:Rust 100.0%