diff --git a/electron-builder.yml b/electron-builder.yml index 1a2481e..c1c2d5f 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -18,10 +18,12 @@ linux: category: Network synopsis: SlackArm target: + - target: AppImage + arch: + - arm64 - target: flatpak arch: - arm64 - flatpak: runtimeVersion: 23.08 baseVersion: 23.08 diff --git a/package.json b/package.json index b4801b2..9b0aaed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slacky", - "version": "0.0.2", + "version": "0.0.3", "description": "Slack wrapper for Linux arm64 systems", "main": "dist/app/app.js", "scripts": {