mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
16 lines
285 B
Bash
16 lines
285 B
Bash
#!/bin/bash
|
|
|
|
SRC_DIR=$1
|
|
cat << EOF
|
|
[Desktop Entry]
|
|
Name=GoldenCheetah
|
|
Comment=Built for suffering
|
|
Icon=/usr/share/pixmaps/openbox.xpm
|
|
Exec=$SRC_DIR/GoldenCheetah/src/GoldenCheetah
|
|
Type=Application
|
|
Encoding=UTF-8
|
|
Terminal=false
|
|
StartUpNotify=true
|
|
Categories=None;
|
|
EOF
|