File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [ -f /etc/debian_version ] || [ -f /etc/os-release ] && grep -q 'ID_LIKE=.*de
29
29
# Define the desktop entry content
30
30
desktop_entry=" [Desktop Entry]\nName=ArduPilot Methodic Configurator\nComment=A clear ArduPilot configuration sequence\nExec=bash -c 'cd $prog_dir && python3 ardupilot_methodic_configurator.py'\nIcon=$prog_dir /ArduPilot_icon.png\nTerminal=true\nType=Application\nCategories=Development;\nKeywords=ardupilot;arducopter;drone;copter;scm"
31
31
# Create the .desktop file in the appropriate directory
32
- echo -e $desktop_entry > " /home/$USER /.local/share/applications/MethodicConfigurator.desktop"
32
+ echo -e " $desktop_entry " > " /home/$USER /.local/share/applications/MethodicConfigurator.desktop"
33
33
echo " MethodicConfigurator.desktop created successfully."
34
34
else
35
35
echo " This system is not Debian-based. Skipping .desktop file creation."
You can’t perform that action at this time.
0 commit comments