install missing arch package

This commit is contained in:
Zamitto
2025-10-23 16:34:47 -03:00
parent 0814c08459
commit 2179086285
5 changed files with 2 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ const s3 = new S3Client({
const dist = path.resolve(__dirname, "..", "dist");
const extensionsToUpload = [".deb", ".exe", ".pacman", ".AppImage"];
const extensionsToUpload = [".deb", ".exe", ".AppImage"];
fs.readdir(dist, async (err, files) => {
if (err) throw err;