Skip to content

Commit

Permalink
MacOS Installer: Remove comma at end of reaper.ini line
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha committed Dec 31, 2023
1 parent 02b3ec6 commit 35560f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resource Folders/ReaClassical_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ abspath=`pwd $rcfolder`
sed -i'.bak' -e "/^\[REAPER\]/a\\
lastthemefn5=${abspath}\/$rcfolder\/ColorThemes\/ReaClassical.ReaperTheme" "$rcfolder/reaper.ini"
sed -i'.bak' -e "/^\[REAPER\]/a\\
splashimage=${abspath}\/$rcfolder\/Scripts\/chmaha Scripts\/ReaClassical\/reaclassical-splash.png," $rcfolder/reaper.ini
splashimage=${abspath}\/$rcfolder\/Scripts\/chmaha Scripts\/ReaClassical\/reaclassical-splash.png" $rcfolder/reaper.ini
echo "Copying REAPER.app into ReaClassical folder..."
sleep 2
cp -R reaper_temp/REAPER.app $rcfolder/
Expand Down

0 comments on commit 35560f0

Please sign in to comment.