Skip to content

Commit 367695f

Browse files
authored
Merge pull request #103 from CodeF0x/prelive
Fixed smaller things.
2 parents a017bc2 + 56654ae commit 367695f

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

dist/package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
"productName": "Violin",
44
"version": "2.2.0",
55
"description": "A fast, lightweight, and minimalistic desktop music player.",
6-
"main": "main.js",
7-
"scripts": {
8-
"start": "electron .",
9-
"ship": "electron-builder"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/CodeF0x/violin.git"
14-
},
6+
"homepage": "https://violin-player.cc/",
157
"keywords": [
168
"lightweight",
179
"cross-platform",
@@ -21,12 +13,24 @@
2113
"music",
2214
"audio"
2315
],
24-
"author": "Tobias \"CodeF0x\" Oettl",
16+
"author": {
17+
"name": "Tobias \"CodeF0x\" Oettl",
18+
"email": "contact@codef0x.dev",
19+
"url": "https://codef0x.dev"
20+
},
2521
"license": "MIT",
22+
"scripts": {
23+
"start": "electron .",
24+
"ship": "electron-builder"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/CodeF0x/violin.git"
29+
},
2630
"bugs": {
2731
"url": "https://github.com/CodeF0x/violin/issues"
2832
},
29-
"homepage": "https://violin-player.cc/",
33+
"main": "main.js",
3034
"devDependencies": {
3135
"electron": "^4.0.7",
3236
"gulp": "^4.0.2",

docs/assets/screenshot.png

4.01 KB
Loading

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: violin-player
2-
version: '2.1.1' # just for humans, typically '1.2+git' or '1.3.2'
2+
version: '2.2.0' # just for humans, typically '1.2+git' or '1.3.2'
33
summary: A fast, lightweight, and minimalistic desktop music player # 79 char long summary
44
description: |
55
Violin lets you listen to your downloaded songs straight away. No need to import them into Spotify or similar, just open a folder and enjoy!

0 commit comments

Comments
 (0)