Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LeWarpy committed Nov 26, 2024
1 parent 363eb11 commit 38a5e79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 18

- name: Prepare for app notarization
- name: Prepare for app notarization (macOS)
if: startsWith(matrix.os, 'macos')
run: |
mkdir -p ~/private_keys/
Expand All @@ -33,5 +33,5 @@ jobs:
github_token: ${{ secrets.github_token }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
env:
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
API_KEY_ID: ${{ secrets.API_KEY_ID }}
API_KEY_ISSUER_ID: ${{ secrets.API_KEY_ISSUER_ID }}
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "qobuz-desktop-player",
"productName": "Qobuz Desktop player",
"version": "0.1.5",
"description": "Qobuz desktop player avec Discord RPC",
"version": "0.1.6",
"description": "Unofficial Qobuz desktop player with Discord RPC",
"main": "index.js",
"scripts": {
"postinstall": "install-app-deps",
Expand All @@ -28,6 +28,7 @@
"electron-updater": "^6.3.9"
},
"devDependencies": {
"@electron/notarize": "^2.5.0",
"electron": "^33.0.2",
"electron-builder": "^25.1.8",
"electron-builder-notarize": "^1.5.2",
Expand All @@ -44,6 +45,7 @@
"afterSign": "electron-builder-notarize",
"mac": {
"hardenedRuntime": true,
"entitlements": "./build/entitlements.mac.plist",
"category": "public.app-category.music"
},
"linux": {
Expand Down

0 comments on commit 38a5e79

Please sign in to comment.