build: Version bump & appimage build

This commit is contained in:
quexeky
2025-01-20 23:13:49 +11:00
parent 9698ab977e
commit 20bb2bf198
4 changed files with 5 additions and 62 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Drop Desktop Client",
"version": "0.1.0",
"version": "0.2.0-beta-prerelease-1",
"identifier": "dev.drop.app",
"build": {
"beforeDevCommand": "yarn dev --port 1432",
@@ -23,7 +23,7 @@
},
"bundle": {
"active": true,
"targets": ["nsis", "deb", "rpm", "dmg"],
"targets": ["nsis", "deb", "rpm", "dmg", "appimage"],
"windows": {
"nsis": {
"installMode": "both"