blob: 915b2ffb8e27039753d6a1ebfb78033fa3ef5e0c (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# Prevent the AppImage prompting the user to create a Desktop file
# in ~/.local when we already have one in /usr/share.
DESKTOPINTEGRATION=no
export DESKTOPINTEGRATION
exec /usr/share/etcher/##AppImage##
|