Skip to content

Commit

Permalink
Merge pull request #1088 from rauldipeas/reaper-icon
Browse files Browse the repository at this point in the history
Update reaper
  • Loading branch information
ivan-hc authored Nov 7, 2024
2 parents 4a6e97c + 32fa433 commit bf5a43b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions programs/x86_64/reaper
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# AM INSTALL SCRIPT VERSION 3.5
set -u
APP=reaper
ICON=cockos-reaper
SITE="https://reaper.fm"

# CREATE DIRECTORIES AND ADD REMOVER
Expand Down Expand Up @@ -56,30 +57,31 @@ chmod a+x ./AM-updater || exit 1

# ICON
mkdir -p icons
wget https://portable-linux-apps.github.io/icons/reaper.png -O ./icons/"$APP" 2> /dev/null
wget https://portable-linux-apps.github.io/icons/reaper.png -O ./icons/"$ICON" 2> /dev/null

# LAUNCHER
echo "[Desktop Entry]
Name=REAPER
Name[pt_BR]=REAPER
Exec=$APP
Icon=/opt/$APP/icons/$APP
Icon=/opt/$APP/icons/$ICON
Type=Application
Terminal=false
Categories=AudioVideo;
Actions=NewProject;ShowAudioConfig;ReaMote;WhatsNew;License;
Actions=NewProject;ShowAudioConfig;WhatsNew;License;
StartupWMClass=REAPER
[Desktop Action NewProject]
Name=REAPER (create new project)
Name[pt_BR]=REAPER (criar novo projeto)
Exec=$APP -new
Icon=/opt/$APP/icons/$APP
Icon=/opt/$APP/icons/$ICON
[Desktop Action ShowAudioConfig]
Name=REAPER (show audio configuration on startup)
Name[pt_BR]=REAPER (mostrar configurações de áudio ao iniciar)
Exec=$APP -audiocfg
Icon=/opt/$APP/icons/$APP
Icon=/opt/$APP/icons/$ICON
[Desktop Action WhatsNew]
Name=What's new
Expand Down

0 comments on commit bf5a43b

Please sign in to comment.