diff --git a/README.md b/README.md index 41628c5..6fbd1b7 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,12 @@ When your performance fails you, we come in clutch. Coming with 20+ tweaks to boost your pc performance both inside and outside of games. -## There is still not an installer nor is the script compiled. ## WARNING I don't take responsibility for any damage done to your system. - - -## Demo - -Insert gif or link to demo +![Image](images/Image1.png) ## Features @@ -40,13 +35,14 @@ If you have an questions or issues I would love to help you. Email me at visualv ## Installation -It comes in a .exe file that you launch. A command prompt will pop up and will guide you trough the installation. +To use the program use run Frontier.exe +If you need to install it either use `$ git clone https://github.com/VisualDeVenture/Frontier` and then run Frontier.exe or use the installer contained in [Github Releases](https://github.com/VisualDeVenture/Frontier/releases) ### TO DO - [ ] Make an installer - [ ] Make a functioning restore point system -- [ ] Make a compiled version -- [ ] Make a version checking feature +- [x] Make a compiled version +- [x] Make a version checking feature - [x] Add timer resolution diff --git a/TimerResolution.py b/TimerResolution.py index e6df6b3..0c3489d 100644 --- a/TimerResolution.py +++ b/TimerResolution.py @@ -5,8 +5,7 @@ def onstartup(batch_file_path): batch_code = """@echo off start "" "C:\\PathToTool\\TimerTool.exe" -t 0.5 -minimized -exit -""" +exit""" with open(batch_file_path, 'w') as file: file.write(batch_code) @@ -25,7 +24,7 @@ def timerresolution(start): if start: onstartup() else: - os.system("Frontier.exe -t 0.5 -minimized") + os.system("Timerres.exe -t 0.5 -minimized") def timerr(): diff --git a/images/Image1.png b/images/Image1.png new file mode 100644 index 0000000..ca3e733 Binary files /dev/null and b/images/Image1.png differ