aboutsummaryrefslogtreecommitdiff
path: root/scripts/config-switcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config-switcher.sh')
-rwxr-xr-xscripts/config-switcher.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config-switcher.sh b/scripts/config-switcher.sh
index b8f29130..783dfaf2 100755
--- a/scripts/config-switcher.sh
+++ b/scripts/config-switcher.sh
@@ -53,11 +53,11 @@ else
case `uname` in
Darwin)
CONFIG_DIR=~/Library/Preferences
- CONFIG_FILE=org.puredata.pd.plist
+ CONFIG_FILE=org.puredata.pdextended.plist
;;
Linux)
CONFIG_DIR=~
- CONFIG_FILE=.pdsettings
+ CONFIG_FILE=.pdextended
;;
*)
echo "Not supported on this platform."