Skip to content

Commit 1c658a5

Browse files
committed
release: v0.1.1
1 parent d6af1f2 commit 1c658a5

2 files changed

Lines changed: 27 additions & 9 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sidra",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An elegant Apple Music desktop client. No frippery, just quality. A better class of Cider 🍎",
55
"main": "dist/main.js",
66
"scripts": {
@@ -28,15 +28,21 @@
2828
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
2929
"asar": true,
3030
"icon": "build/icon.png",
31-
"files": ["dist/**/*"],
31+
"files": [
32+
"dist/**/*"
33+
],
3234
"directories": {
3335
"output": "release"
3436
},
3537
"electronDownload": {
3638
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
3739
},
3840
"linux": {
39-
"target": ["AppImage", "deb", "rpm"],
41+
"target": [
42+
"AppImage",
43+
"deb",
44+
"rpm"
45+
],
4046
"category": "Audio",
4147
"executableName": "sidra"
4248
},
@@ -49,7 +55,9 @@
4955
},
5056
"afterPack": "build/afterPack.cjs",
5157
"mac": {
52-
"target": ["dmg"],
58+
"target": [
59+
"dmg"
60+
],
5361
"icon": "build/icon.icns",
5462
"category": "public.app-category.music",
5563
"darkModeSupport": true,
@@ -66,12 +74,22 @@
6674
},
6775
"iconSize": 80,
6876
"contents": [
69-
{ "x": 130, "y": 220 },
70-
{ "x": 410, "y": 220, "type": "link", "path": "/Applications" }
77+
{
78+
"x": 130,
79+
"y": 220
80+
},
81+
{
82+
"x": 410,
83+
"y": 220,
84+
"type": "link",
85+
"path": "/Applications"
86+
}
7187
]
7288
},
7389
"win": {
74-
"target": ["nsis"],
90+
"target": [
91+
"nsis"
92+
],
7593
"icon": "build/icon.ico"
7694
},
7795
"nsis": {

0 commit comments

Comments
 (0)