Index: copy_apprtc.py |
diff --git a/copy_apprtc.py b/copy_apprtc.py |
index e65dcb0816561df6848222d4e2832867522f6edc..6d0995332cdb443bdc3cae6970b3bb2238ccd305 100755 |
--- a/copy_apprtc.py |
+++ b/copy_apprtc.py |
@@ -46,7 +46,7 @@ def main(): |
shutil.copytree('apprtc', |
target_dir, ignore=shutil.ignore_patterns('.svn', '.git')) |
- app_yaml_path = os.path.join(target_dir, 'src', 'app_engine', 'app.yaml') |
+ app_yaml_path = os.path.join(target_dir, 'out', 'app_engine', 'app.yaml') |
_ConfigureApprtcServerToDeveloperMode(app_yaml_path) |