mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update package.json
This commit is contained in:
parent
4c75fa2f41
commit
9f6ea484be
@ -2,7 +2,7 @@
|
|||||||
"name": "SimpliPlay",
|
"name": "SimpliPlay",
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"description": "The mission to make media playback accessible on every device, anywhere, anytime.",
|
"description": "The mission to make media playback accessible on every device, anywhere, anytime.",
|
||||||
"main": "main.js",
|
"main": "./main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo Hello World!!!",
|
"test": "echo Hello World!!!",
|
||||||
"start": "electron-forge start",
|
"start": "electron-forge start",
|
||||||
@ -11,6 +11,7 @@
|
|||||||
},
|
},
|
||||||
"author": "Anirudh Sevugan",
|
"author": "Anirudh Sevugan",
|
||||||
"build": {
|
"build": {
|
||||||
|
"npmRebuild": false,
|
||||||
"appId": "com.anirudhsevugan.simpliPlay",
|
"appId": "com.anirudhsevugan.simpliPlay",
|
||||||
"productName": "SimpliPlay",
|
"productName": "SimpliPlay",
|
||||||
"directories": {
|
"directories": {
|
||||||
@ -30,7 +31,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "msi",
|
"target": "portable",
|
||||||
"icon": "icon.ico"
|
"icon": "icon.ico"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
@ -40,47 +41,47 @@
|
|||||||
"synopsis": "The mission to make media playback accessible anywhere, anytime."
|
"synopsis": "The mission to make media playback accessible anywhere, anytime."
|
||||||
},
|
},
|
||||||
"fileAssociations": [
|
"fileAssociations": [
|
||||||
{
|
{
|
||||||
"ext": "mp4",
|
"ext": "mp4",
|
||||||
"name": "MP4 Video",
|
"name": "MP4 Video",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "webm",
|
"ext": "webm",
|
||||||
"name": "WebM Video",
|
"name": "WebM Video",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "ogv",
|
"ext": "ogv",
|
||||||
"name": "OGV Video",
|
"name": "OGV Video",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "mp3",
|
"ext": "mp3",
|
||||||
"name": "MP3 Audio",
|
"name": "MP3 Audio",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "aac",
|
"ext": "aac",
|
||||||
"name": "AAC Audio",
|
"name": "AAC Audio",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "wav",
|
"ext": "wav",
|
||||||
"name": "WAV Audio",
|
"name": "WAV Audio",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "ogg",
|
"ext": "ogg",
|
||||||
"name": "OGG Audio",
|
"name": "OGG Audio",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ext": "mkv",
|
"ext": "mkv",
|
||||||
"name": "MKV Video",
|
"name": "MKV Video",
|
||||||
"role": "Viewer"
|
"role": "Viewer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^34.0.1",
|
"electron": "^34.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user