diff --git a/CHANGELOG.md b/CHANGELOG.md index 4970c87..8c27201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ | Arch\OS | Windows (msi) ⬆️ | Windows (exe) ⬆️ | Linux (deb) | Linux (rpm) | Linux (appimage) ⬆️ | MacOS (dmg) ⬆️ | MacOS (app) ⬆️ | | :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- | | x86_64 | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__x64_en-US.msi) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__x64-setup.exe) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__amd64.deb) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP--1.x86_64.rpm) | ❕ [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__amd64.Appimage) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__x64.dmg) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP_x64.app.tar.gz) | -| ARM64 | N/A | 🪟 [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__x64-setup.exe) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__arm64.deb) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP--1.aarch64.rpm) | ❕ [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__arm64.Appimage) | ⚠️ [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__aarch64.dmg) | ⚠️ [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP_aarch64.app.tar.gz) | +| ARM64 | N/A | 🪟 [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__x64-setup.exe) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__arm64.deb) | [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP--1.aarch64.rpm) | N/A | ⚠️ [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP__aarch64.dmg) | ⚠️ [Download](https://github.com/neosubhamoy/neodlp/releases/download//NeoDLP_aarch64.app.tar.gz) | > ⬆️ icon indicates this packaging format supports in-built app-updater diff --git a/src-tauri/tauri.linux-aarch64.conf.json b/src-tauri/tauri.linux-aarch64.conf.json index 2357f9b..85f76b7 100644 --- a/src-tauri/tauri.linux-aarch64.conf.json +++ b/src-tauri/tauri.linux-aarch64.conf.json @@ -25,7 +25,7 @@ }, "bundle": { "active": true, - "targets": ["deb", "rpm", "appimage"], + "targets": ["deb", "rpm"], "createUpdaterArtifacts": true, "licenseFile": "../LICENSE", "icon": [ @@ -62,12 +62,6 @@ "/usr/bin/neodlp-msghost": "./target/aarch64-unknown-linux-gnu/release/neodlp-msghost", "/etc/xdg/autostart/neodlp-autostart.desktop": "./resources/autostart/linux/autostart.desktop" } - }, - "appimage": { - "files": { - "/usr/bin/ffmpeg": "./binaries/ffmpeg-aarch64-unknown-linux-gnu", - "/usr/bin/ffprobe": "./binaries/ffprobe-aarch64-unknown-linux-gnu" - } } } }