1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-20 01:10:27 -07:00

license and copyright

This commit is contained in:
Pavlo Buidenkov 2021-01-29 12:20:19 +02:00
parent 01318b21f4
commit f29ae302ba
3 changed files with 5 additions and 4 deletions

2
app/package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "Deskreen",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1
}

View File

@ -1,7 +1,7 @@
{
"name": "deskreen",
"productName": "Deskreen",
"version": "1.0.2",
"version": "1.0.3",
"description": "Deskreen turns any device into a secondary screen for your computer",
"main": "./main.prod.js",
"author": {

View File

@ -1,7 +1,7 @@
{
"name": "deskreen",
"productName": "Deskreen",
"version": "1.0.2",
"version": "1.0.3",
"description": "Deskreen turns any device into a secondary screen for your computer",
"scripts": {
"build": "yarn build-client && yarn build-main && yarn build-renderer",
@ -70,6 +70,7 @@
"build": {
"productName": "Deskreen",
"appId": "com.pavlobu.Deskreen",
"copyright": "Copyright © 2020-present Pavlo (Paul) Buidenkov",
"files": [
"dist/",
"node_modules/",
@ -140,7 +141,7 @@
"url": "https://github.com/pavlobu"
}
],
"license": "MIT",
"license": "AGPL-3.0 License",
"bugs": {
"url": "https://github.com/pavlobu/deskreen/issues"
},