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 9e41395 commit 0d287ddCopy full SHA for 0d287dd
1 file changed
build/linux/install-arm.sh
@@ -30,4 +30,7 @@ curl -sL https://raw.githubusercontent.com/processing/processing/master/build/li
30
sed -i "s/@version@/$VER/" /usr/local/share/applications/processing.desktop
31
sed -i 's|/opt/processing|/usr/local/lib/processing|' /usr/local/share/applications/processing.desktop
32
33
+# silence validation errors
34
+desktop-file-install /usr/local/share/applications/processing.desktop >/dev/null 2>&1
35
+
36
echo "Done! You can start processing by running \"processing\" in the terminal, or through the applications menu (might require a restart).\n"
0 commit comments