From 525c04accbadf0c79ea29022e0fa9a669bf19ac3 Mon Sep 17 00:00:00 2001 From: Sean Wu Date: Wed, 4 Nov 2020 17:48:39 +0800 Subject: [PATCH] Remove personal settings. --- ios/App/App/capacitor.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index dac2eb1a6..376f0d671 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -11,5 +11,5 @@ } }, "cordova": {}, - "linuxAndroidStudioPath": "/home/seanwu/android-studio/bin/studio.sh" -} \ No newline at end of file + "linuxAndroidStudioPath": "/home/username/android-studio/bin/studio.sh" +}