From 244435cdf15e97545eaf8a4e72544cfff74ef32b Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Mon, 9 Mar 2026 19:50:10 +0100 Subject: [PATCH] chore: bump version to 0.1.2 and fix tauri capability build error --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/capabilities/default.json | 3 +-- src-tauri/gen/schemas/capabilities.json | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9255623c..33df0e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "psysonic", - "version": "0.1.0", + "version": "0.1.2", "private": true, "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 301fad00..7e0fc2ee 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psysonic" -version = "0.1.0" +version = "0.1.2" description = "Psysonic Desktop Music Player" authors = [] license = "" diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 079d30da..1a7d7e40 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -26,7 +26,6 @@ "core:window:allow-set-title", "core:window:allow-close", "core:window:allow-hide", - "core:window:allow-show", - "core:app:allow-exit" + "core:window:allow-show" ] } diff --git a/src-tauri/gen/schemas/capabilities.json b/src-tauri/gen/schemas/capabilities.json index afe6a4b9..67247b55 100644 --- a/src-tauri/gen/schemas/capabilities.json +++ b/src-tauri/gen/schemas/capabilities.json @@ -1 +1 @@ -{"default":{"identifier":"default","description":"Default capabilities for Psysonic","local":true,"windows":["main"],"permissions":["core:default","shell:default","shell:allow-open","notification:default","global-shortcut:allow-register","global-shortcut:allow-unregister","store:default","store:allow-load","store:allow-set","store:allow-get","store:allow-save","dialog:default","dialog:allow-open","fs:default","fs:allow-write-file","fs:allow-mkdir","fs:scope-download-recursive","fs:scope-home-recursive","core:window:allow-set-title"],"platforms":["linux","macOS","windows"]}} \ No newline at end of file +{"default":{"identifier":"default","description":"Default capabilities for Psysonic","local":true,"windows":["main"],"permissions":["core:default","shell:default","shell:allow-open","notification:default","global-shortcut:allow-register","global-shortcut:allow-unregister","store:default","store:allow-load","store:allow-set","store:allow-get","store:allow-save","dialog:default","dialog:allow-open","fs:default","fs:allow-write-file","fs:allow-mkdir","fs:scope-download-recursive","fs:scope-home-recursive","core:window:allow-set-title","core:window:allow-close","core:window:allow-hide","core:window:allow-show"],"platforms":["linux","macOS","windows"]}} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6adef4e0..b39cdfdf 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Psysonic", - "version": "0.1.0", + "version": "0.1.2", "identifier": "dev.psysonic.app", "build": { "beforeDevCommand": "npm run dev",