mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-18 06:39:44 +00:00
Compare commits
No commits in common. "ef5e34331ef78f21a768deb131aaacdc5b9c7533" and "257218c5a166e7fdca1a7546c42a4534d844906c" have entirely different histories.
ef5e34331e
...
257218c5a1
@ -6,7 +6,7 @@ const { pathToFileURL } = require("url");
|
|||||||
const { checkForUpdate } = require('./updateChecker');
|
const { checkForUpdate } = require('./updateChecker');
|
||||||
let gpuAccel = "";
|
let gpuAccel = "";
|
||||||
let didRegisterShortcuts = false;
|
let didRegisterShortcuts = false;
|
||||||
let version = "2.1.4.0"
|
let version = "2.1.3.0"
|
||||||
|
|
||||||
if (process.platform === 'darwin') {
|
if (process.platform === 'darwin') {
|
||||||
if (process.argv.includes('--use-gl')) {
|
if (process.argv.includes('--use-gl')) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "SimpliPlay",
|
"name": "SimpliPlay",
|
||||||
"version": "2.1.4",
|
"version": "2.1.3",
|
||||||
"description": "SimpliPlay - The mission to make media playback accessible on every device, anywhere, anytime.",
|
"description": "SimpliPlay - The mission to make media playback accessible on every device, anywhere, anytime.",
|
||||||
"main": "./main.js",
|
"main": "./main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -92,11 +92,6 @@
|
|||||||
"name": "FLAC Audio",
|
"name": "FLAC Audio",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ext": "opus",
|
|
||||||
"name": "Opus Audio",
|
|
||||||
"role": "Viewer"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ext": "mkv",
|
"ext": "mkv",
|
||||||
"name": "MKV Video",
|
"name": "MKV Video",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "SimpliPlay",
|
"name": "SimpliPlay",
|
||||||
"version": "2.1.4",
|
"version": "2.1.3",
|
||||||
"description": "The mission to make media playback accessible on every platform, anywhere, anytime.",
|
"description": "The mission to make media playback accessible on every platform, anywhere, anytime.",
|
||||||
"main": "./main.js",
|
"main": "./main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -105,11 +105,6 @@
|
|||||||
"name": "FLAC Audio",
|
"name": "FLAC Audio",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ext": "opus",
|
|
||||||
"name": "Opus Audio",
|
|
||||||
"role": "Viewer"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ext": "mkv",
|
"ext": "mkv",
|
||||||
"name": "MKV Video",
|
"name": "MKV Video",
|
||||||
|
Loading…
Reference in New Issue
Block a user