Fixes the profile migration logic for macOS; previous versions of Ricochet-Refresh had their configs stored in ~/Library/Application Support/Ricochet/Ricochet-Refresh (due to the app 'organization' incorrectly being set to 'Ricochet'). Other commits removed the incorrect organization name setting, which broke our legacy path calculation (whoops). I've tested this patch in a macOS VM and verified by:
installing Ricochet-Refresh 3.0.9
running Ricochet-Refresh
removing Ricochet-Refresh 3.0.9
installing Ricochet-Refresh 3.0.10
running Ricochet-Refresh 3.0.10 (profile migration dialog appears and works as expected)
Fixes the profile migration logic for macOS; previous versions of Ricochet-Refresh had their configs stored in
~/Library/Application Support/Ricochet/Ricochet-Refresh
(due to the app 'organization' incorrectly being set to 'Ricochet'). Other commits removed the incorrect organization name setting, which broke our legacy path calculation (whoops). I've tested this patch in a macOS VM and verified by: