diff --git a/runcap.js b/runcap.js index 3166af6..f545a39 100644 --- a/runcap.js +++ b/runcap.js @@ -42,7 +42,7 @@ const CAPACITOR_CONFIG_FILE = 'capacitor.config.ts'; // Create the bare capacitor.config.ts for the given project fs.writeFileSync( CAPACITOR_CONFIG_FILE, - capacitorConfig.replace("", args.project) + capacitorConfig.replace(//g, args.project) ); // Copy the project specific capacitor config file into