index: release v1.18 with only altgr index linked
[sheet.git] / tools / mkusage-squid
index 7f9a3a52d748d8d913a26b9b758104fa34bc9bdc..a43c5733c2bce9cb38e2cc92f9bef5b37797d10e 100755 (executable)
@@ -60,7 +60,7 @@ given ($browser) {
                continue;
        }
        when ('MSIE') {
-               $browser = $mobile ? 'ie_mob' : 'ie';
+               $browser = $mobile ? 'ie_mob' : 'edge';
                continue;
        }
        when ('Opera') {
@@ -83,7 +83,7 @@ given ($browser) {
                s/\.\d+$// for $version;
        }
        when ('Android') {
-               $browser = 'android';
+               $browser = 'and_chr';
        }
        when ('BlackBerry') {
                $browser = 'bb';