From ae6a7ad8e598784c572cda9c5912573a49b59f81 Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Thu, 8 Sep 2022 09:30:56 +0200 Subject: [PATCH] build: Change Ubuntu package name, updated README (#734) * rename Ubuntu 22.04 deb * fix typo in readme * says explicitely that AppImage is available for all distributions --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a745c97f..af979db1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -321,7 +321,7 @@ jobs: run: | cp -r build/DEBIAN build/DebDir dpkg-deb -Zgzip --build build/DebDir - mv build/DebDir.deb imhex-${{env.IMHEX_VERSION}}.deb + mv build/DebDir.deb imhex-${{env.IMHEX_VERSION}}-Ubuntu-22.04.deb # AppImage cmake build - name: 🛠️ Reconfigure build for AppImage @@ -361,7 +361,7 @@ jobs: - name: ⬆️ Upload DEB uses: actions/upload-artifact@v3 with: - name: Linux DEB (Ubuntu 22.04) + name: Ubuntu 22.04 DEB path: '*.deb' - name: ⬆️ Upload AppImage diff --git a/README.md b/README.md index 6f3ef87be..04ec426a4 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ For format patterns, libraries, magic and constant files, check out the [ImHex-P To use ImHex, the following minimal system requirements need to be met: -- **OS**: Windows 7 or higher, macOS 10.15 (Catalina) or higher, "Modern" Linux (Ubuntu 22.04+, Fedora Stable/Rawhide, and Arch Linux are officially supported) +- **OS**: Windows 7 or higher, macOS 10.15 (Catalina) or higher, "Modern" Linux (Ubuntu 22.04, Fedora Stable/Rawhide, and Arch Linux have official packages, other distributions can use the AppImage) - **CPU**: x86_64 (64 Bit) - **GPU**: OpenGL 3.0 or higher (preferable a dedicated GPU and not Intel HD Graphics) - **RAM**: 512MB, more may be required for more complicated analysis @@ -129,7 +129,7 @@ To develop plugins for ImHex, use one of the following two templates projects to - [Rust Plugin Template](https://github.com/WerWolv/ImHex-Rust-Plugin-Template) ## Installing -The following OSs have packages available in their respositories making it easy to install ImHex. +The following OSs have packages available in their repositories making it easy to install ImHex. ### Fedora (36+) ``` dnf install imhex @@ -158,7 +158,7 @@ Nightlies are available via GitHub Actions [here](https://github.com/WerWolv/ImH - MacOS • __x86_64__ - [DMG](https://nightly.link/WerWolv/ImHex/workflows/build/master/macOS%20DMG.zip) - Linux • __x86_64__ - - [Ubuntu DEB](https://nightly.link/WerWolv/ImHex/workflows/build/master/Linux%20DEB%20%28Ubuntu%2022.04%29.zip) + - [Ubuntu 22.04 DEB](https://nightly.link/WerWolv/ImHex/workflows/build/master/Ubuntu%2022.04%20DEB.zip) - [AppImage](https://nightly.link/WerWolv/ImHex/workflows/build/master/Linux%20AppImage.zip) - [Arch Package](https://nightly.link/WerWolv/ImHex/workflows/build/master/ArchLinux%20.pkg.tar.zst.zip) - [Fedora Rawhide RPM](https://nightly.link/WerWolv/ImHex/workflows/build/master/Fedora%20Rawhide%20RPM.zip)