We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495795c commit 30ca098Copy full SHA for 30ca098
useful-tools/uruntime2appimage.sh
@@ -175,7 +175,7 @@ _deploy_desktop_and_icon
175
DESKTOP_ENTRY=$(echo "$APPDIR"/*.desktop)
176
177
if [ "$DEVEL_RELEASE" = 1 ]; then
178
- if ! ! grep -q '^Name=.*Nightly' "$DESKTOP_ENTRY"; then
+ if ! grep -q '^Name=.*Nightly' "$DESKTOP_ENTRY"; then
179
>&2 echo "Adding Nightly to desktop entry name"
180
sed -i -e 's/^\(Name=.*\)$/\1 Nightly/' "$DESKTOP_ENTRY"
181
fi
0 commit comments