From fc66b376cb3a2c73843cc882d500cfd743c0790e Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 00:13:40 +0200 Subject: dist should work, TODO: minify and bundle --- dist/img/icons/icon_144.png | Bin 0 -> 15341 bytes dist/img/icons/icon_192.png | Bin 0 -> 19637 bytes dist/img/icons/icon_384.png | Bin 0 -> 66357 bytes dist/img/icons/icon_48.png | Bin 0 -> 3324 bytes dist/img/icons/icon_512.png | Bin 0 -> 73720 bytes dist/img/icons/icon_72.png | Bin 0 -> 6357 bytes dist/img/icons/icon_96.png | Bin 0 -> 8311 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 dist/img/icons/icon_144.png create mode 100644 dist/img/icons/icon_192.png create mode 100644 dist/img/icons/icon_384.png create mode 100644 dist/img/icons/icon_48.png create mode 100644 dist/img/icons/icon_512.png create mode 100644 dist/img/icons/icon_72.png create mode 100644 dist/img/icons/icon_96.png (limited to 'dist/img/icons') diff --git a/dist/img/icons/icon_144.png b/dist/img/icons/icon_144.png new file mode 100644 index 0000000..f575ac5 Binary files /dev/null and b/dist/img/icons/icon_144.png differ diff --git a/dist/img/icons/icon_192.png b/dist/img/icons/icon_192.png new file mode 100644 index 0000000..8eaec9a Binary files /dev/null and b/dist/img/icons/icon_192.png differ diff --git a/dist/img/icons/icon_384.png b/dist/img/icons/icon_384.png new file mode 100644 index 0000000..43bba8e Binary files /dev/null and b/dist/img/icons/icon_384.png differ diff --git a/dist/img/icons/icon_48.png b/dist/img/icons/icon_48.png new file mode 100644 index 0000000..bedfa73 Binary files /dev/null and b/dist/img/icons/icon_48.png differ diff --git a/dist/img/icons/icon_512.png b/dist/img/icons/icon_512.png new file mode 100644 index 0000000..65a4c48 Binary files /dev/null and b/dist/img/icons/icon_512.png differ diff --git a/dist/img/icons/icon_72.png b/dist/img/icons/icon_72.png new file mode 100644 index 0000000..62280d6 Binary files /dev/null and b/dist/img/icons/icon_72.png differ diff --git a/dist/img/icons/icon_96.png b/dist/img/icons/icon_96.png new file mode 100644 index 0000000..5c1f4b1 Binary files /dev/null and b/dist/img/icons/icon_96.png differ -- cgit v1.2.3 From 5fc29dc18a5b27dd8dbf45f8dd67e42ee74419fb Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 14:11:48 +0200 Subject: install scritp fix --- dist/img/icons/icon_144.png | Bin dist/img/icons/icon_192.png | Bin dist/img/icons/icon_384.png | Bin dist/img/icons/icon_48.png | Bin dist/img/icons/icon_512.png | Bin dist/img/icons/icon_72.png | Bin dist/img/icons/icon_96.png | Bin 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 dist/img/icons/icon_144.png mode change 100644 => 100755 dist/img/icons/icon_192.png mode change 100644 => 100755 dist/img/icons/icon_384.png mode change 100644 => 100755 dist/img/icons/icon_48.png mode change 100644 => 100755 dist/img/icons/icon_512.png mode change 100644 => 100755 dist/img/icons/icon_72.png mode change 100644 => 100755 dist/img/icons/icon_96.png (limited to 'dist/img/icons') diff --git a/dist/img/icons/icon_144.png b/dist/img/icons/icon_144.png old mode 100644 new mode 100755 diff --git a/dist/img/icons/icon_192.png b/dist/img/icons/icon_192.png old mode 100644 new mode 100755 diff --git a/dist/img/icons/icon_384.png b/dist/img/icons/icon_384.png old mode 100644 new mode 100755 diff --git a/dist/img/icons/icon_48.png b/dist/img/icons/icon_48.png old mode 100644 new mode 100755 diff --git a/dist/img/icons/icon_512.png b/dist/img/icons/icon_512.png old mode 100644 new mode 100755 diff --git a/dist/img/icons/icon_72.png b/dist/img/icons/icon_72.png old mode 100644 new mode 100755 diff --git a/dist/img/icons/icon_96.png b/dist/img/icons/icon_96.png old mode 100644 new mode 100755 -- cgit v1.2.3