From f3b3ad7b8a40dbfbbba534797ff04c634d17174a Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 6 Aug 2020 19:22:58 +0800 Subject: [PATCH] Correct a typo in PineapplePictures.pro --- PineapplePictures.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PineapplePictures.pro b/PineapplePictures.pro index 45ae584..f46152b 100644 --- a/PineapplePictures.pro +++ b/PineapplePictures.pro @@ -59,6 +59,6 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin RESOURCES += \ resources.qrc -# Generate fron svg: +# Generate from svg: # magick convert -background none app-icon.svg -define icon:auto-resize="16,32,48,64,128,256" app-icon.ico RC_ICONS = icons/app-icon.ico