c0xc / CapacityTester

Use CapacityTester to check if your USB thumb/flash drive lies about its capacity. Graphical tool to detect fake USB drives.
GNU General Public License v3.0
108 stars 14 forks source link

Add desktop entry #6

Closed cyqsimon closed 1 year ago

cyqsimon commented 1 year ago

I added a .desktop file so that desktop environments can show this application in the launcher, which will convenience software packagers. In fact, I just packaged for AUR =).

Note: I used kebab casing for everything to better conform to Linux conventions. This is preferable IMO because most packagers are likely to install this application as capacity-tester instead. Hope you find this okay.

c0xc commented 1 year ago

@cyqsimon thanks for your effort and sorry about my late response. I remember I was working on a build pipeline for which I needed a desktop file anyway but then I forgot to come back here somehow. I have applied your change and also renamed the executable to capacity-tester (can be seen in the latest build).

If more people find this program useful, I'll consider adding more features and checks.