Spec-ify / specify

Specify: a lightweight and fast tool to gather information about a Windows computer, designed for support purposes
BSD 2-Clause "Simplified" License
15 stars 3 forks source link

Automatic Minidump Zipping #21

Closed Drybaby closed 1 year ago

Drybaby commented 1 year ago

Create logic to handle minidump files when found.

Flow: Minidumps Found If Minidumps younger than a month: Ask user if they want to upload them Move minidump files away from the windows folder, zip them up, upload them to x0.at Attach URL to json

XavierNCline commented 1 year ago

I'm going to implement all the logic needed to gather the dumps and upload them to that service. Prompting will have to wait until the GUI branch is merged into main. I asked @K97i in the Discord thread about confirmation dialogs appearing during data collection, it's not implemented yet in the GUI.

XavierNCline commented 1 year ago

Added in commit 58bf27f

Closing issue