diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11a9581..8a0d26c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,7 +79,14 @@ jobs: libxdo-dev \ libssl-dev \ libayatana-appindicator3-dev \ - librsvg2-dev + librsvg2-dev \ + gstreamer1.0-plugins-base \ + gstreamer1.0-plugins-good \ + gstreamer1.0-plugins-bad \ + gstreamer1.0-libav \ + libgstreamer1.0-dev \ + libgstreamer-plugins-base1.0-dev \ + patchelf # ── macOS ──────────────────────────────────────────────────────────────── - name: Install Dependencies (macOS) diff --git a/.gitignore b/.gitignore index 5bb8490..a5f471f 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ requirements-dev.txt .factorypath .act-secrets .pnpm-store/ + +# Claude Code local agent memory/config +.claude/ diff --git a/package.json b/package.json index b4439df..7cee12a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-app", - "version": "0.1.2", + "version": "0.1.3", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b45beda..9388183 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": "tauri-app", - "version": "0.1.2", + "version": "0.1.3", "identifier": "com.imagelabelia.app", "build": { "beforeDevCommand": "npm run start", @@ -19,6 +19,7 @@ ], "security": { "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src ipc: http://ipc.localhost", + "dangerousDisableAssetCspModification": ["style-src"], "assetProtocol": { "enable": true, "scope": { @@ -30,6 +31,11 @@ "bundle": { "active": true, "targets": "all", + "linux": { + "appimage": { + "bundleMediaFramework": true + } + }, "icon": [ "icons/32x32.png", "icons/128x128.png", diff --git a/src/assets/tauri.svg b/src/assets/tauri.svg index 5e3a318..5e47f7b 100644 --- a/src/assets/tauri.svg +++ b/src/assets/tauri.svg @@ -2,8 +2,8 @@