chore: release v1.6.3

This commit is contained in:
Core 2024-05-18 19:22:29 +01:00
parent b1d0f698a1
commit 237c4eff02
No known key found for this signature in database
2 changed files with 29 additions and 2 deletions

View file

@ -6,6 +6,33 @@ on:
- main - main
jobs: jobs:
compile-and-post:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout 🛎
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1.6.0
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
prettier: prettier:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -2,7 +2,7 @@
"name": "cider", "name": "cider",
"applicationId": "Cider", "applicationId": "Cider",
"productName": "Cider", "productName": "Cider",
"version": "1.6.2", "version": "1.6.3",
"description": "A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind.", "description": "A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind.",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"exports": "./build/index.js", "exports": "./build/index.js",
@ -146,7 +146,7 @@
"target": [ "target": [
"AppImage", "AppImage",
"deb", "deb",
"snap" "rpm"
], ],
"synopsis": "A new look into listening and enjoying music in style and performance. ", "synopsis": "A new look into listening and enjoying music in style and performance. ",
"category": "AudioVideo", "category": "AudioVideo",