diff --git a/apluslms_roman/__init__.py b/apluslms_roman/__init__.py index f1ea479..edeeb4c 100644 --- a/apluslms_roman/__init__.py +++ b/apluslms_roman/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.2.1-rc.2' +__version__ = '0.2.1-rc.3' __author__ = 'io.github.apluslms' __app_id__ = 'io.github.apluslms.Roman' diff --git a/simple_gui/convert_icons.sh b/simple_gui/convert_icons.sh index 84b089a..72db852 100755 --- a/simple_gui/convert_icons.sh +++ b/simple_gui/convert_icons.sh @@ -6,9 +6,6 @@ convert roman.png -bordercolor white -border 0 \ \( -clone 0 -resize 16x16 \) \ \( -clone 0 -resize 32x32 \) \ \( -clone 0 -resize 48x48 \) \ - \( -clone 0 -resize 64x64 \) \ - \( -clone 0 -resize 128x128 \) \ \( -clone 0 -resize 256x256 \) \ - \( -clone 0 -resize 512x512 \) \ -delete 0 -alpha off -colors 256 \ roman.ico diff --git a/simple_gui/roman.icns b/simple_gui/roman.icns index 4e3aa8c..188b211 100644 Binary files a/simple_gui/roman.icns and b/simple_gui/roman.icns differ diff --git a/simple_gui/roman.ico b/simple_gui/roman.ico index c3fa42a..469d780 100644 Binary files a/simple_gui/roman.ico and b/simple_gui/roman.ico differ diff --git a/simple_gui/roman.png b/simple_gui/roman.png index 1bcea95..08d36a7 100644 Binary files a/simple_gui/roman.png and b/simple_gui/roman.png differ