Skip to content

Commit

Permalink
Check supports enso 3.65
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanlu committed Mar 12, 2018
1 parent 4ee4b78 commit 4f245d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -114,7 +114,7 @@ int check_safe_mode(void) {
}

int check_enso(void) {
return exists("ur0:tai/boot_config.txt");
return exists("ur0:tai/boot_config.txt") || exists("vs0:tai/boot_config.txt");
}

int copy_file(const char *dst, const char *src) {
Expand Down

0 comments on commit 4f245d3

Please sign in to comment.