Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI and More Bug Fixes #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

AndrianiP
Copy link

Bug Fixes

  • Fixed bug that caused files in the \Windows directory not to be found if the exe was located in a non C: drive and checksum was called (run on x64)
  • Fixed --dl not working.
    • Whenever the user would only enter --dl as an arg it would not download as there was no if(download) that was not inside another if statement. The user would need to use --compare --dl to be able to download and create the drivers.json file.
  • Fixed issue regarding --list option doing an infinite loop when using terminal.

GUI

  • Adds a GUI if exe is opened not using terminal
    • Allows for all options to be used without program ending

- Adds a GUI if exe is opened not using terminal
  - Allows for all options to be used without program returning
- Fixed bug that caused files in the \Windows directory not to be found if the exe was located in a non C: drive.
Program download option was never implemented. It would only download if the user used compare. Whenever the user would use --dl  as an arg it would not download. The user would need to use --compare --dl to be able to download the drivers.json file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant