From 7b06a82ee7d272cf1c8289c7bae7551f2272cec8 Mon Sep 17 00:00:00 2001 From: reya Date: Sun, 28 Jan 2024 07:40:08 +0700 Subject: [PATCH] chore: bump version and fix gh action --- .github/workflows/flatpak-bundle.yml | 2 +- .github/workflows/main.yml | 2 +- package.json | 1 - src-tauri/tauri.conf.json | 6 +++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flatpak-bundle.yml b/.github/workflows/flatpak-bundle.yml index ea5bea22..09ae2989 100644 --- a/.github/workflows/flatpak-bundle.yml +++ b/.github/workflows/flatpak-bundle.yml @@ -4,7 +4,7 @@ on: #tags: #- 'v*.*.*' -name: flatpak build +name: Flatpak jobs: prepare-repo: runs-on: ubuntu-latest diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2373d827..3377b0f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin diff --git a/package.json b/package.json index 5f4b206f..37f1b186 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "private": true, "version": "3.0.0", "scripts": { - "build:depot": "node --max-old-space-size=4096 scripts/compile-depot.mjs", "build": "turbo build", "dev": "turbo dev", "tauri": "tauri" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4d1893dd..bc04f7e0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "$schema": "../node_modules/@tauri-apps/cli/schema.json", + "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "pnpm run build", "beforeDevCommand": "pnpm run dev", @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "3.0.0-beta.1" + "version": "3.0.0" }, "plugins": { "fs": { @@ -60,7 +60,7 @@ "icons/icon.ico" ], "copyright": "", - "identifier": "nu.lume.Lume", + "identifier": "nu.lume.Lume", "longDescription": "nostr client for desktop", "shortDescription": "nostr client", "targets": "all",