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",
|
||||
"version": "1.0.3",
|
||||
"description": "The mission to make media playback accessible on every device, anywhere, anytime.",
|
||||
"main": "main.js",
|
||||
"main": "./main.js",
|
||||
"scripts": {
|
||||
"test": "echo Hello World!!!",
|
||||
"start": "electron-forge start",
|
||||
@ -11,6 +11,7 @@
|
||||
},
|
||||
"author": "Anirudh Sevugan",
|
||||
"build": {
|
||||
"npmRebuild": false,
|
||||
"appId": "com.anirudhsevugan.simpliPlay",
|
||||
"productName": "SimpliPlay",
|
||||
"directories": {
|
||||
@ -30,7 +31,7 @@
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
"target": "msi",
|
||||
"target": "portable",
|
||||
"icon": "icon.ico"
|
||||
},
|
||||
"linux": {
|
||||
|
Loading…
Reference in New Issue
Block a user