Skip to content

Commit

Permalink
Added README within installed config with helpful links
Browse files Browse the repository at this point in the history
  • Loading branch information
hbivnm committed Sep 5, 2024
1 parent 9d7899e commit 97c5b6c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 65 deletions.
131 changes: 66 additions & 65 deletions VenomCrosshairs/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions VenomCrosshairs/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,8 @@ private void performInstallation()

doVPKScriptCheck();

File.WriteAllText($@"{textBoxTF2Path.Text}\tf\custom\{VC_CONFIG_NAME}\README.txt", "This crosshair config was generated using Venom Crosshairs\n\nhttps://github.com/hbivnm/Venom-Crosshairs\n\nNeed to report a bug? Check out https://github.com/hbivnm/Venom-Crosshairs/issues\nNeed help? Check out https://github.com/hbivnm/Venom-Crosshairs/wiki");

if (!isUpdate)
{
writeLineToDebugger("Venom Crosshairs config successfully installed!");
Expand Down

0 comments on commit 97c5b6c

Please sign in to comment.