static String systemDirFromId(String architecture) { final arch = AppArchitecture.parse(architecture); return systemDir(arch); }