chore: bump version and fix gh action

This commit is contained in:
reya 2024-01-28 07:40:08 +07:00
parent d18de93c60
commit 7b06a82ee7
4 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@ on:
#tags:
#- 'v*.*.*'
name: flatpak build
name: Flatpak
jobs:
prepare-repo:
runs-on: ubuntu-latest

View File

@ -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

View File

@ -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"

View File

@ -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",