Skip to content

Commit

Permalink
Win Installer: Let user know splash line is being added to reaper.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha committed Dec 31, 2023
1 parent e79d2e0 commit 02b3ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
extractArchive("UP_Windows-x64.zip", fmt.Sprintf("%s/UserPlugins", rcfolder))

// Add the line to reaper.ini under the [REAPER] section
fmt.Println("Adding theme line to reaper.ini under [REAPER] section")
fmt.Println("Adding theme and splash screen lines to reaper.ini under [REAPER] section")
addLineToReaperIni(rcfolder)

// Remove temporary files
Expand Down
Binary file modified Resource Folders/ReaClassical_Win.exe
Binary file not shown.

0 comments on commit 02b3ec6

Please sign in to comment.