# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1650608684 14400 # Node ID 02e46804c923ad753f835b43f5003baeededfe66 # Parent cd50c59286be6767c4950ed3a5f314bff6ee12a3 Update README.md diff -r cd50c59286be -r 02e46804c923 README.md --- a/README.md Fri Apr 22 02:12:40 2022 -0400 +++ b/README.md Fri Apr 22 02:24:44 2022 -0400 @@ -2,7 +2,7 @@ C/C++ port of [msvpvf](https://archive.org/details/msvpvf-1.3-movie-studio-vegas-pro-version-faker-msvpvf-updated-to-1.31-focus-on-vegas) ## What is this?? -msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. It has no runtime libraries, making it incredibly lightweight. On macOS, the CLI compiles to 50 KB, and on Windows the GUI app is only 19 KB. +msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. It has no runtime libraries, making it incredibly lightweight. Binaries for OS X and Windows are less than a megabyte in size. Currently, the GUI doesn't look that great. Making pretty apps with `windows.h` is not the easiest job in the world; if someone is willing enough to make it look prettier, be my guest.