mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 13:00:20 +00:00 
			
		
		
		
	Fixed initial creation of destination
This commit is contained in:
		
							parent
							
								
									ca07b0734e
								
							
						
					
					
						commit
						6a7156df37
					
				@ -130,6 +130,9 @@ public sealed partial class UpdateMetadataCommands
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
            var dotnetArtifactPath = Path.Combine(pathApp, "bin", "dist");
 | 
					            var dotnetArtifactPath = Path.Combine(pathApp, "bin", "dist");
 | 
				
			||||||
 | 
					            if(!Directory.Exists(dotnetArtifactPath))
 | 
				
			||||||
 | 
					                Directory.CreateDirectory(dotnetArtifactPath);
 | 
				
			||||||
 | 
					            
 | 
				
			||||||
            var dotnetArtifactFilename = os switch
 | 
					            var dotnetArtifactFilename = os switch
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                "windows" => "mindworkAIStudio.exe",
 | 
					                "windows" => "mindworkAIStudio.exe",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user