forked from MapComplete/MapComplete
		
	Chore: formatting
This commit is contained in:
		
							parent
							
								
									7226c82009
								
							
						
					
					
						commit
						ad9c662efe
					
				
					 2 changed files with 9 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,11 @@
 | 
			
		|||
import type { CapacitorConfig } from "@capacitor/cli"
 | 
			
		||||
 | 
			
		||||
import type { CapacitorConfig } from "@capacitor/cli";
 | 
			
		||||
 | 
			
		||||
const config: CapacitorConfig = {
 | 
			
		||||
    appId: "org.mapcomplete",
 | 
			
		||||
    appName: "MapComplete",
 | 
			
		||||
    webDir: "dist-full",
 | 
			
		||||
}
 | 
			
		||||
  appId: "org.mapcomplete",
 | 
			
		||||
  appName: "MapComplete",
 | 
			
		||||
  webDir: "dist-full"
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default config;
 | 
			
		||||
 | 
			
		||||
export default config
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -374,7 +374,7 @@ class NsiLogos extends Script {
 | 
			
		|||
                if (!file) {
 | 
			
		||||
                    continue
 | 
			
		||||
                }
 | 
			
		||||
                const extension = file.match(/.*\.([a-z]{3})/)[1]
 | 
			
		||||
                const extension = file.match(/.*\.([a-z]{3})/)?.[1]
 | 
			
		||||
                nsiItem["ext"] = extension
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue