Skip to content

Commit dd4ba36

Browse files
committed
3.2.9
1 parent 1610147 commit dd4ba36

11 files changed

Lines changed: 54 additions & 32 deletions

Alex313031.pfx

2.54 KB
Binary file not shown.

build/installerSidebar.bmp

-19.7 KB
Binary file not shown.

build/uninstallerSidebar.bmp

-19.7 KB
Binary file not shown.

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"allowToChangeInstallationDirectory": true
6262
},
6363
"portable": {
64-
"artifactName": "quark_player_portable_${version}_${arch}.${ext}"
64+
"artifactName": "quark_player_portable_win64_${version}_${arch}.${ext}"
6565
},
6666
"mac": {
6767
"category": "public.app-category.entertainment",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"appName": "quark-player",
44
"productName": "Quark Player",
55
"applicationId": "com.alex313031.quark-player",
6-
"version": "3.2.8",
6+
"version": "3.2.9",
77
"description": "Electron based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane and More.",
88
"main": "./src/main.js",
99
"engines": {

src/default-services.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ module.exports = [
254254
style: {},
255255
permissions: []
256256
},
257+
{
258+
name: 'Viki',
259+
title: 'Viki',
260+
hidden: true,
261+
logo: 'imgs/viki.svg',
262+
url: 'https://www.viki.com/',
263+
color: '#0C9BFF',
264+
style: {},
265+
permissions: []
266+
},
257267
{
258268
name: 'Vimeo',
259269
title: 'Vimeo',

src/package-lock.json

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"appName": "quark-player",
44
"productName": "Quark Player",
55
"applicationId": "com.alex313031.quark-player",
6-
"version": "3.2.8",
6+
"version": "3.2.9",
77
"description": "Electron based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane and More.",
88
"main": "./main.js",
99
"engines": {

src/ui/humans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/* WEBUI */
3333

34-
Last update: 2024/1/13
34+
Last update: 2024/1/15
3535
Language: English
3636
Doctype: HTML5, CSS, JSON
3737
IDE: Geany

0 commit comments

Comments
 (0)