From b4abb831df7b4e42ea81ccd7c6648fa6306174e6 Mon Sep 17 00:00:00 2001 From: William Hubbard <75867393+Markil3@users.noreply.github.com> Date: Fri, 11 Mar 2022 22:40:51 +0000 Subject: [PATCH] Update README.md Closes the repository. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 038383d..5383c43 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,14 @@ The Steam client allows users to add their own software to the launcher, but con Most of the files were simple enough, as JSON was rather easy to read and write. However, the “shortcuts.vdf” configuration file that handled the icon was not in a human-readable format. What I did notice, however, is that the various data bits were labeled in the file. Using that, I was able determine the exact structure of the file and give my program the ability to modify it. The initial build of this project took approximately 12 hours to complete. It took another 12 hours to reach a Windows-compatible build that can build a shortcuts file from scratch. + +# A Message on the Future of this Application. +*To anyone who finds this useful.* + +*I've recently taken on a new job, and, due to the demands of a full-time developer job, I will no longer be able to maintain this project. I've had a lot of fun with it, but continuing it for the future is simply unfeasible.* + +*With that said, this application is fully open-source, and anyone is available to freely use it, modify it, or maintain their own copy. The only thing I require is that the copyright and license is preserved. I hope that you find this useful.* + +*May God bless you all,* + +*Markil 3*