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 d2982bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
APPLE_API_KEY: ${{ secrets.api_key }}
APPLE_API_KEY_ISSUER: ${{ 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 d2982bf

Please sign in to comment.