From 896dbc680005b2a10a7a86ba414c83eb8e0d247a Mon Sep 17 00:00:00 2001 From: Voxel <41875513+VoxelCubes@users.noreply.github.com> Date: Fri, 9 Jul 2021 05:21:22 +0200 Subject: [PATCH 1/2] Tweaked readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 408c971..1e648fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Resistor Color and SMD Decoder -Decode color and SMD codes of resistors. - This is a standalone Qt GUI tool for color bands on through-hole resistors and number codes on SMD parts. It supports 3, 4, 5, and 6 band resistors, as well as standard SMD codes, including the EIA-96 standard. From 866c852a442f0149b32396926b04f4028ee43274 Mon Sep 17 00:00:00 2001 From: Voxel <41875513+VoxelCubes@users.noreply.github.com> Date: Fri, 9 Jul 2021 21:14:23 +0200 Subject: [PATCH 2/2] Removing due to reliance on absolute paths --- ResistorDecoder.desktop | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 ResistorDecoder.desktop diff --git a/ResistorDecoder.desktop b/ResistorDecoder.desktop deleted file mode 100755 index d9cea0d..0000000 --- a/ResistorDecoder.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0.0 -Name=ResistorDecoder -Categories=Utility -GenericName=Electronics Helper -Comment=Decode color and SMD codes of resistors -Encoding=UTF-8 -Exec=/src/main.py -Icon=/icons/resistor_icon.svg -Terminal=false -Type=Application \ No newline at end of file