From 98b7f33096771a7490ab32ed92616ccfa689184a Mon Sep 17 00:00:00 2001 From: William Hubbard <75867393+Markil3@users.noreply.github.com> Date: Sun, 6 Feb 2022 01:55:00 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdaee44..038383d 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ 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. -This project took approximately 12 hours to complete. +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.