We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9948d5f commit abc90acCopy full SHA for abc90ac
appimage.sh
@@ -37,7 +37,7 @@ find . -name *desktop -exec cp {} $LOWERAPP.desktop \;
37
sed -i -e 's|Ricin|ricin|g' $LOWERAPP.desktop
38
sed -i -e 's|.svg||g' $LOWERAPP.desktop
39
40
-wget https://raw.githubusercontent.com/RicinApp/ricin.im/master/static/images/apple-touch-icon.png -O $LOWERAPP.png ### FIXME
+wget https://cdn.ricin.im/images/ricin-icon-plain.svg -O $LOWERAPP.svg
41
42
########################################################################
43
# Copy in the dependencies that cannot be assumed to be available
0 commit comments