File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ fn get_app_path() -> Result<std::path::PathBuf> {
5151fn get_app_path ( ) -> Result < std:: path:: PathBuf > {
5252 let paths_to_try = [
5353 PathBuf :: from ( "/Applications/Zoo Design Studio.app/Contents/MacOS/Zoo Design Studio" ) ,
54- PathBuf :: from ( "/Applications/Zoo Modeling.app/Contents/MacOS/Zoo Design Studio" ) ,
55- PathBuf :: from ( "/Applications/Zoo.app/Contents/MacOS/Zoo Design Studio" ) ,
56- PathBuf :: from ( "/Applications/KittyCAD Modeling.app/Contents/MacOS/Zoo Design Studio" ) ,
5754 ] ;
5855
5956 for path in paths_to_try. iter ( ) {
@@ -70,9 +67,6 @@ fn get_app_path() -> Result<std::path::PathBuf> {
7067fn get_app_path ( ) -> Result < std:: path:: PathBuf > {
7168 let paths_to_try = [
7269 PathBuf :: from ( r#"C:\Program Files\Zoo Design Studio\Zoo Design Studio.exe"# ) ,
73- PathBuf :: from ( r#"C:\Program Files\KittyCAD Modeling\Zoo Design Studio.exe"# ) ,
74- PathBuf :: from ( r#"C:\Program Files\Zoo Modeling\Zoo Design Studio.exe"# ) ,
75- PathBuf :: from ( r#"C:\Program Files\Zoo\Zoo Design Studio.exe"# ) ,
7670 ] ;
7771
7872 for path in paths_to_try. iter ( ) {
You can’t perform that action at this time.
0 commit comments