Skip to content

Commit d608aa7

Browse files
committed
Remove bad app names
1 parent c599e1a commit d608aa7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cmd_app.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ fn get_app_path() -> Result<std::path::PathBuf> {
5151
fn 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> {
7067
fn 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() {

0 commit comments

Comments
 (0)