And that tool's AppRun script no longer opens that tool's folder.
... | ... |
@@ -35,10 +35,12 @@ Update_if_this_is_a_Minimal_Ramize_Physave_folder() |
35 | 35 |
follpath____physave="$fiol/Physave" |
36 | 36 |
follpath____ramize="$fiol/Ramize" |
37 | 37 |
follpath____config="$fiol/0000-Config" |
38 |
+ follpath____helpers="$fiol/Helpers" |
|
38 | 39 |
|
39 | 40 |
[ ! -d "$follpath____physave" ] && not_a_min_ramphys=true |
40 | 41 |
[ ! -d "$follpath____ramize" ] && not_a_min_ramphys=true |
41 | 42 |
[ ! -d "$follpath____config" ] && not_a_min_ramphys=true |
43 |
+ [ -d "$follpath____helpers" ] && not_a_min_ramphys=true |
|
42 | 44 |
|
43 | 45 |
|
44 | 46 |
if [ "$not_a_min_ramphys" = true ] |