Heck yeah, got Android building the project
This commit is contained in:
@@ -55,10 +55,16 @@ pub fn upgrade_project(path: &str) -> Result<()> {
|
||||
// Android Studio integration — regenerated so run configs stay in
|
||||
// sync if deploy.sh flags or script names ever change.
|
||||
".idea/workspace.xml",
|
||||
".idea/runConfigurations/Build.xml",
|
||||
".idea/runConfigurations/Build (Windows).xml",
|
||||
".idea/runConfigurations/Deploy (auto).xml",
|
||||
".idea/runConfigurations/Deploy (auto) (Windows).xml",
|
||||
".idea/runConfigurations/Deploy (USB).xml",
|
||||
".idea/runConfigurations/Deploy (USB) (Windows).xml",
|
||||
".idea/runConfigurations/Deploy (WiFi).xml",
|
||||
".idea/runConfigurations/Deploy (WiFi) (Windows).xml",
|
||||
".idea/runConfigurations/Test.xml",
|
||||
".idea/runConfigurations/Test (Windows).xml",
|
||||
];
|
||||
|
||||
println!("{}", "Updating infrastructure files...".bright_yellow());
|
||||
|
||||
Reference in New Issue
Block a user