mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Compare commits
5 Commits
257218c5a1
...
ef5e34331e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ef5e34331e | ||
![]() |
cc5da53f23 | ||
![]() |
5d0128e2af | ||
![]() |
101f14c4d6 | ||
![]() |
49939dd963 |
@ -6,7 +6,7 @@ const { pathToFileURL } = require("url");
|
||||
const { checkForUpdate } = require('./updateChecker');
|
||||
let gpuAccel = "";
|
||||
let didRegisterShortcuts = false;
|
||||
let version = "2.1.3.0"
|
||||
let version = "2.1.4.0"
|
||||
|
||||
if (process.platform === 'darwin') {
|
||||
if (process.argv.includes('--use-gl')) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SimpliPlay",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"description": "SimpliPlay - The mission to make media playback accessible on every device, anywhere, anytime.",
|
||||
"main": "./main.js",
|
||||
"scripts": {
|
||||
@ -92,6 +92,11 @@
|
||||
"name": "FLAC Audio",
|
||||
"role": "Viewer"
|
||||
},
|
||||
{
|
||||
"ext": "opus",
|
||||
"name": "Opus Audio",
|
||||
"role": "Viewer"
|
||||
},
|
||||
{
|
||||
"ext": "mkv",
|
||||
"name": "MKV Video",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SimpliPlay",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"description": "The mission to make media playback accessible on every platform, anywhere, anytime.",
|
||||
"main": "./main.js",
|
||||
"scripts": {
|
||||
@ -105,6 +105,11 @@
|
||||
"name": "FLAC Audio",
|
||||
"role": "Viewer"
|
||||
},
|
||||
{
|
||||
"ext": "opus",
|
||||
"name": "Opus Audio",
|
||||
"role": "Viewer"
|
||||
},
|
||||
{
|
||||
"ext": "mkv",
|
||||
"name": "MKV Video",
|
||||
|
Loading…
Reference in New Issue
Block a user