Compare commits

..

2 Commits

Author SHA1 Message Date
Krishan
f36934a796 Release v4.0.1 2024-07-25 00:20:22 +10:00
Krishan
b4ae5c3fc7 Fix macos action 2024-07-25 00:18:22 +10:00
6 changed files with 6 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ jobs:
id: vars
run: echo ::set-output name=tag::$(jq .package.version src-tauri/tauri.conf.json | tr -d '"')
- name: Move dmg
run: mv "src-tauri/target/release/bundle/dmg/Cinny_${{ steps.vars.outputs.tag }}_x64.dmg" "src-tauri/target/release/bundle/dmg/Cinny_desktop-x86_64.dmg"
run: mv "src-tauri/target/release/bundle/dmg/Cinny_${{ steps.vars.outputs.tag }}_aarch64.dmg" "src-tauri/target/release/bundle/dmg/Cinny_desktop-x86_64.dmg"
- name: Move app.tar.gz
run: mv "src-tauri/target/release/bundle/macos/Cinny.app.tar.gz" "src-tauri/target/release/bundle/macos/Cinny_desktop-x86_64.app.tar.gz"
- name: Move app.tar.gz.sig

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.0.0",
"version": "4.0.1",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {

2
src-tauri/Cargo.lock generated
View File

@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "cinny"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"serde",
"serde_json",

View File

@@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "4.0.0"
version = "4.0.1"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "AGPL-3.0-only"

View File

@@ -1,7 +1,7 @@
{
"package": {
"productName": "Cinny",
"version": "4.0.0"
"version": "4.0.1"
},
"build": {
"distDir": "../cinny/dist",