Skip to content

Commit 2cf657e

Browse files
PiBOHCopilot
andcommitted
Use app icon in UI; update release platform tables
Add application icon and use it in the UI: adds src/icon.png and updates src/App.tsx to render the icon in the header, welcome screen, and hero card (replacing the letter placeholders). Clarify release artifacts in README files: update README.md and localized READMEs (en-GB, de, es, fr, it) to include explicit platform/build filenames (64-bit and 32-bit/x86, portable x64/x86, macOS arm64/x64, Debian/Ubuntu and Arch package variants) and usage instructions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 976f9bc commit 2cf657e

8 files changed

Lines changed: 85 additions & 60 deletions

File tree

README.de.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333

3434
Laden Sie die neueste Version von der [Releases-Seite](https://github.com/PiBOH/multimdreader/releases) herunter.
3535

36-
| Plattform | Datei | Ausführung |
37-
| ------------------------ | --------------------------------- | ---------------------------------------- |
38-
| **Windows** | MultiMDReader_\*_x64-setup.exe | Doppelklick zum Installieren & Starten |
39-
| **Windows (Portabel)** | multimdreader.exe | .exe direkt ausführen |
40-
| **macOS (Intel)** | MultiMDReader_\*_x64.dmg | .dmg öffnen → in Programme ziehen |
41-
| **macOS (Apple Silicon)**| MultiMDReader_\*_aarch64.dmg | .dmg öffnen → in Programme ziehen |
42-
| **Linux (Debian/Ubuntu)**| MultiMDReader_\*_amd64.deb | `sudo dpkg -i *.deb` |
43-
| **Linux (Alle Distros)** | MultiMDReader_\*_amd64.AppImage | `chmod +x && ./MultiMDReader_*.AppImage` |
44-
| **Linux (Arch)** | multimdreader-\*.pkg.tar.zst | `sudo pacman -U *.pkg.tar.zst` |
36+
| Plattform | Datei | Ausführung |
37+
| ------------------------------- | ----------------------------------------- | ---------------------------------------- |
38+
| **Windows (64-bit)** | `MultiMDReader_*_x64-setup.exe` | Doppelklick zum Installieren & Starten |
39+
| **Windows (32-bit x86)** | `MultiMDReader_*_x86-setup.exe` | Doppelklick zum Installieren & Starten |
40+
| **Windows (Portabel x64)** | `multimdreader_*_x64-portable-win.exe` | .exe direkt ausführen |
41+
| **Windows (Portabel x86)** | `multimdreader_*_x86-portable-win.exe` | .exe direkt ausführen |
42+
| **macOS (Intel x64)** | `MultiMDReader_*_x64.dmg` | .dmg öffnen → in Programme ziehen |
43+
| **macOS (Apple Silicon arm64)** | `MultiMDReader_*_aarch64.dmg` | .dmg öffnen → in Programme ziehen |
44+
| **Linux (Debian/Ubuntu x64)** | `MultiMDReader_*_amd64.deb` | `sudo dpkg -i *.deb` |
45+
| **Linux (Debian/Ubuntu x86)** | `MultiMDReader_*_i386.deb` | `sudo dpkg -i *.deb` |
46+
| **Linux (Alle Distros x64)** | `MultiMDReader_*_amd64.AppImage` | `chmod +x && ./MultiMDReader_*.AppImage` |
47+
| **Linux (Arch x64)** | `multimdreader-bin-*-x86_64.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
48+
| **Linux (Arch x86)** | `multimdreader-bin-*-i686.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
4549

4650
> ⚠️ **Testhinweis**: Der Autor hat nur die Windows-Versionen getestet (speziell unter Windows 11). macOS- und Linux-Builds werden wie besehen bereitgestellt und können plattformspezifische Probleme enthalten. Wenn Sie ein Problem auf macOS oder Linux feststellen, bitte [eröffnen Sie ein Issue](https://github.com/PiBOH/multimdreader/issues).
4751

README.en-GB.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333

3434
Download the latest release from the [Releases page](https://github.com/PiBOH/multimdreader/releases).
3535

36-
| Platform | File | How to run |
37-
| ------------------------- | --------------------------------- | ---------------------------------------- |
38-
| **Windows** | MultiMDReader_\*_x64-setup.exe | Double-click to install & run |
39-
| **Windows (Portable)** | multimdreader.exe | Just run the .exe — no install needed |
40-
| **macOS (Intel)** | MultiMDReader_\*_x64.dmg | Open .dmg → drag to Applications |
41-
| **macOS (Apple Silicon)** | MultiMDReader_\*_aarch64.dmg | Open .dmg → drag to Applications |
42-
| **Linux (Debian/Ubuntu)** | MultiMDReader_\*_amd64.deb | `sudo dpkg -i *.deb` |
43-
| **Linux (All distros)** | MultiMDReader_\*_amd64.AppImage | `chmod +x && ./MultiMDReader_*.AppImage` |
44-
| **Linux (Arch)** | multimdreader-\*.pkg.tar.zst | `sudo pacman -U *.pkg.tar.zst` |
36+
| Platform | File | How to run |
37+
| ------------------------------- | ----------------------------------------- | ---------------------------------------- |
38+
| **Windows (64-bit)** | `MultiMDReader_*_x64-setup.exe` | Double-click to install & run |
39+
| **Windows (32-bit x86)** | `MultiMDReader_*_x86-setup.exe` | Double-click to install & run |
40+
| **Windows (Portable x64)** | `multimdreader_*_x64-portable-win.exe` | Just run the .exe — no install needed |
41+
| **Windows (Portable x86)** | `multimdreader_*_x86-portable-win.exe` | Just run the .exe — no install needed |
42+
| **macOS (Intel x64)** | `MultiMDReader_*_x64.dmg` | Open .dmg → drag to Applications |
43+
| **macOS (Apple Silicon arm64)** | `MultiMDReader_*_aarch64.dmg` | Open .dmg → drag to Applications |
44+
| **Linux (Debian/Ubuntu x64)** | `MultiMDReader_*_amd64.deb` | `sudo dpkg -i *.deb` |
45+
| **Linux (Debian/Ubuntu x86)** | `MultiMDReader_*_i386.deb` | `sudo dpkg -i *.deb` |
46+
| **Linux (All distros x64)** | `MultiMDReader_*_amd64.AppImage` | `chmod +x && ./MultiMDReader_*.AppImage` |
47+
| **Linux (Arch x64)** | `multimdreader-bin-*-x86_64.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
48+
| **Linux (Arch x86)** | `multimdreader-bin-*-i686.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
4549

4650
> ⚠️ **Testing notice**: Only Windows releases have been tested by the author (specifically on Windows 11). macOS and Linux builds are provided as-is and may contain platform-specific issues. If you encounter a problem on macOS or Linux, please [open an issue](https://github.com/PiBOH/multimdreader/issues).
4751

README.es.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333

3434
Descarga la última versión desde la [página de Releases](https://github.com/PiBOH/multimdreader/releases).
3535

36-
| Plataforma | File | Cómo ejecutar |
37-
| ------------------------ | --------------------------------- | ---------------------------------------- |
38-
| **Windows** | MultiMDReader_\*_x64-setup.exe | Doble clic para instalar y ejecutar |
39-
| **Windows (Portátil)** | multimdreader.exe | Ejecuta directamente el .exe |
40-
| **macOS (Intel)** | MultiMDReader_\*_x64.dmg | Abre .dmg → arrastra a Aplicaciones |
41-
| **macOS (Apple Silicon)**| MultiMDReader_\*_aarch64.dmg | Abre .dmg → arrastra a Aplicaciones |
42-
| **Linux (Debian/Ubuntu)**| MultiMDReader_\*_amd64.deb | `sudo dpkg -i *.deb` |
43-
| **Linux (Todas las distros)** | MultiMDReader_\*_amd64.AppImage | `chmod +x && ./MultiMDReader_*.AppImage` |
44-
| **Linux (Arch)** | multimdreader-\*.pkg.tar.zst | `sudo pacman -U *.pkg.tar.zst` |
36+
| Plataforma | Archivo | Cómo ejecutar |
37+
| ------------------------------- | ----------------------------------------- | ---------------------------------------- |
38+
| **Windows (64-bit)** | `MultiMDReader_*_x64-setup.exe` | Doble clic para instalar y ejecutar |
39+
| **Windows (32-bit x86)** | `MultiMDReader_*_x86-setup.exe` | Doble clic para instalar y ejecutar |
40+
| **Windows (Portátil x64)** | `multimdreader_*_x64-portable-win.exe` | Ejecuta directamente el .exe |
41+
| **Windows (Portátil x86)** | `multimdreader_*_x86-portable-win.exe` | Ejecuta directamente el .exe |
42+
| **macOS (Intel x64)** | `MultiMDReader_*_x64.dmg` | Abre .dmg → arrastra a Aplicaciones |
43+
| **macOS (Apple Silicon arm64)** | `MultiMDReader_*_aarch64.dmg` | Abre .dmg → arrastra a Aplicaciones |
44+
| **Linux (Debian/Ubuntu x64)** | `MultiMDReader_*_amd64.deb` | `sudo dpkg -i *.deb` |
45+
| **Linux (Debian/Ubuntu x86)** | `MultiMDReader_*_i386.deb` | `sudo dpkg -i *.deb` |
46+
| **Linux (Todas las distros x64)** | `MultiMDReader_*_amd64.AppImage` | `chmod +x && ./MultiMDReader_*.AppImage` |
47+
| **Linux (Arch x64)** | `multimdreader-bin-*-x86_64.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
48+
| **Linux (Arch x86)** | `multimdreader-bin-*-i686.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
4549

4650
> ⚠️ **Aviso sobre pruebas**: El autor solo ha probado las versiones para Windows (específicamente en Windows 11). Las compilaciones para macOS y Linux se proporcionan tal cual y pueden contener problemas específicos de la plataforma. Si encuentras un problema en macOS o Linux, por favor [abre un issue](https://github.com/PiBOH/multimdreader/issues).
4751

README.fr.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333

3434
Téléchargez la dernière version depuis la [page des Releases](https://github.com/PiBOH/multimdreader/releases).
3535

36-
| Plateforme | Fichier | Comment exécuter |
37-
| ------------------------ | --------------------------------- | ---------------------------------------- |
38-
| **Windows** | MultiMDReader_\*_x64-setup.exe | Double-clic pour installer et lancer |
39-
| **Windows (Portable)** | multimdreader.exe | Exécutez directement le .exe |
40-
| **macOS (Intel)** | MultiMDReader_\*_x64.dmg | Ouvrir .dmg → glisser vers Applications |
41-
| **macOS (Apple Silicon)**| MultiMDReader_\*_aarch64.dmg | Ouvrir .dmg → glisser vers Applications |
42-
| **Linux (Debian/Ubuntu)**| MultiMDReader_\*_amd64.deb | `sudo dpkg -i *.deb` |
43-
| **Linux (Toutes distros)** | MultiMDReader_\*_amd64.AppImage | `chmod +x && ./MultiMDReader_*.AppImage` |
44-
| **Linux (Arch)** | multimdreader-\*.pkg.tar.zst | `sudo pacman -U *.pkg.tar.zst` |
36+
| Plateforme | Fichier | Comment exécuter |
37+
| ------------------------------- | ----------------------------------------- | ---------------------------------------- |
38+
| **Windows (64-bit)** | `MultiMDReader_*_x64-setup.exe` | Double-clic pour installer et lancer |
39+
| **Windows (32-bit x86)** | `MultiMDReader_*_x86-setup.exe` | Double-clic pour installer et lancer |
40+
| **Windows (Portable x64)** | `multimdreader_*_x64-portable-win.exe` | Exécutez directement le .exe |
41+
| **Windows (Portable x86)** | `multimdreader_*_x86-portable-win.exe` | Exécutez directement le .exe |
42+
| **macOS (Intel x64)** | `MultiMDReader_*_x64.dmg` | Ouvrir .dmg → glisser vers Applications |
43+
| **macOS (Apple Silicon arm64)** | `MultiMDReader_*_aarch64.dmg` | Ouvrir .dmg → glisser vers Applications |
44+
| **Linux (Debian/Ubuntu x64)** | `MultiMDReader_*_amd64.deb` | `sudo dpkg -i *.deb` |
45+
| **Linux (Debian/Ubuntu x86)** | `MultiMDReader_*_i386.deb` | `sudo dpkg -i *.deb` |
46+
| **Linux (Toutes distros x64)** | `MultiMDReader_*_amd64.AppImage` | `chmod +x && ./MultiMDReader_*.AppImage` |
47+
| **Linux (Arch x64)** | `multimdreader-bin-*-x86_64.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
48+
| **Linux (Arch x86)** | `multimdreader-bin-*-i686.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
4549

4650
> ⚠️ **Avis sur les tests** : L'auteur n'a testé que les versions Windows (spécifiquement sur Windows 11). Les builds macOS et Linux sont fournis tels quels et peuvent contenir des problèmes spécifiques à la plateforme. Si vous rencontrez un problème sur macOS ou Linux, merci d'[ouvrir une issue](https://github.com/PiBOH/multimdreader/issues).
4751

README.it.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333

3434
Scarica l'ultima versione dalla [pagina delle Release](https://github.com/PiBOH/multimdreader/releases).
3535

36-
| Piattaforma | File | Come eseguire |
37-
| ------------------------ | --------------------------------- | ---------------------------------------- |
38-
| **Windows** | MultiMDReader_\*_x64-setup.exe | Doppio clic per installare ed eseguire |
39-
| **Windows (Portatile)** | multimdreader.exe | Esegui direttamente il .exe |
40-
| **macOS (Intel)** | MultiMDReader_\*_x64.dmg | Apri .dmg → trascina in Applicazioni |
41-
| **macOS (Apple Silicon)**| MultiMDReader_\*_aarch64.dmg | Apri .dmg → trascina in Applicazioni |
42-
| **Linux (Debian/Ubuntu)**| MultiMDReader_\*_amd64.deb | `sudo dpkg -i *.deb` |
43-
| **Linux (Tutte le distro)** | MultiMDReader_\*_amd64.AppImage | `chmod +x && ./MultiMDReader_*.AppImage` |
44-
| **Linux (Arch)** | multimdreader-\*.pkg.tar.zst | `sudo pacman -U *.pkg.tar.zst` |
36+
| Piattaforma | File | Come eseguire |
37+
| ------------------------------- | ----------------------------------------- | ---------------------------------------- |
38+
| **Windows (64-bit)** | `MultiMDReader_*_x64-setup.exe` | Doppio clic per installare ed eseguire |
39+
| **Windows (32-bit x86)** | `MultiMDReader_*_x86-setup.exe` | Doppio clic per installare ed eseguire |
40+
| **Windows (Portatile x64)** | `multimdreader_*_x64-portable-win.exe` | Esegui direttamente il .exe |
41+
| **Windows (Portatile x86)** | `multimdreader_*_x86-portable-win.exe` | Esegui direttamente il .exe |
42+
| **macOS (Intel x64)** | `MultiMDReader_*_x64.dmg` | Apri .dmg → trascina in Applicazioni |
43+
| **macOS (Apple Silicon arm64)** | `MultiMDReader_*_aarch64.dmg` | Apri .dmg → trascina in Applicazioni |
44+
| **Linux (Debian/Ubuntu x64)** | `MultiMDReader_*_amd64.deb` | `sudo dpkg -i *.deb` |
45+
| **Linux (Debian/Ubuntu x86)** | `MultiMDReader_*_i386.deb` | `sudo dpkg -i *.deb` |
46+
| **Linux (Tutte le distro x64)** | `MultiMDReader_*_amd64.AppImage` | `chmod +x && ./MultiMDReader_*.AppImage` |
47+
| **Linux (Arch x64)** | `multimdreader-bin-*-x86_64.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
48+
| **Linux (Arch x86)** | `multimdreader-bin-*-i686.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
4549

4650
> ⚠️ **Nota sui test**: L'autore ha testato esclusivamente le release per Windows (nello specifico su Windows 11). Le build per macOS e Linux sono fornite così come sono e potrebbero contenere problemi specifici della piattaforma. Se riscontri un problema su macOS o Linux, per favore [apri una issue](https://github.com/PiBOH/multimdreader/issues).
4751

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333

3434
Download the latest release from the [Releases page](https://github.com/PiBOH/multimdreader/releases).
3535

36-
| Platform | File | How to run |
37-
| ------------------------- | --------------------------------- | ---------------------------------------- |
38-
| **Windows** | MultiMDReader_\*_x64-setup.exe | Double-click to install & run |
39-
| **Windows (Portable)** | multimdreader.exe | Just run the .exe — no install needed |
40-
| **macOS (Intel)** | MultiMDReader_\*_x64.dmg | Open .dmg → drag to Applications |
41-
| **macOS (Apple Silicon)** | MultiMDReader_\*_aarch64.dmg | Open .dmg → drag to Applications |
42-
| **Linux (Debian/Ubuntu)** | MultiMDReader_\*_amd64.deb | `sudo dpkg -i *.deb` |
43-
| **Linux (All distros)** | MultiMDReader_\*_amd64.AppImage | `chmod +x && ./MultiMDReader_*.AppImage` |
44-
| **Linux (Arch)** | multimdreader-\*.pkg.tar.zst | `sudo pacman -U *.pkg.tar.zst` |
36+
| Platform | File | How to run |
37+
| ------------------------------- | ----------------------------------------- | ---------------------------------------- |
38+
| **Windows (64-bit)** | `MultiMDReader_*_x64-setup.exe` | Double-click to install & run |
39+
| **Windows (32-bit x86)** | `MultiMDReader_*_x86-setup.exe` | Double-click to install & run |
40+
| **Windows (Portable x64)** | `multimdreader_*_x64-portable-win.exe` | Just run the .exe — no install needed |
41+
| **Windows (Portable x86)** | `multimdreader_*_x86-portable-win.exe` | Just run the .exe — no install needed |
42+
| **macOS (Intel x64)** | `MultiMDReader_*_x64.dmg` | Open .dmg → drag to Applications |
43+
| **macOS (Apple Silicon arm64)** | `MultiMDReader_*_aarch64.dmg` | Open .dmg → drag to Applications |
44+
| **Linux (Debian/Ubuntu x64)** | `MultiMDReader_*_amd64.deb` | `sudo dpkg -i *.deb` |
45+
| **Linux (Debian/Ubuntu x86)** | `MultiMDReader_*_i386.deb` | `sudo dpkg -i *.deb` |
46+
| **Linux (All distros x64)** | `MultiMDReader_*_amd64.AppImage` | `chmod +x && ./MultiMDReader_*.AppImage` |
47+
| **Linux (Arch x64)** | `multimdreader-bin-*-x86_64.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
48+
| **Linux (Arch x86)** | `multimdreader-bin-*-i686.pkg.tar.zst` | `sudo pacman -U *.pkg.tar.zst` |
4549

4650
> ⚠️ **Testing notice**: Only Windows releases have been tested by the author (specifically on Windows 11). macOS and Linux builds are provided as-is and may contain platform-specific issues. If you encounter a problem on macOS or Linux, please [open an issue](https://github.com/PiBOH/multimdreader/issues).
4751

0 commit comments

Comments
 (0)