chore: add appx info to package.json

This commit is contained in:
Jelle Glebbeek
2021-10-26 23:16:53 +02:00
parent 87dc2e1f36
commit 948c3f2648
6 changed files with 14 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

7
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "youtube-dl-gui", "name": "youtube-dl-gui",
"version": "2.3.1", "version": "2.4.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -1578,6 +1578,11 @@
"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
"dev": true "dev": true
}, },
"adm-zip": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.9.tgz",
"integrity": "sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg=="
},
"agent-base": { "agent-base": {
"version": "6.0.2", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",

View File

@@ -58,6 +58,14 @@
"afterPack": "./build/appimage-fix.js", "afterPack": "./build/appimage-fix.js",
"appId": "com.jelleglebbeek.youtube-dl-gui", "appId": "com.jelleglebbeek.youtube-dl-gui",
"asarUnpack": "**/binaries/*", "asarUnpack": "**/binaries/*",
"appx": {
"backgroundColor": "#292929",
"displayName": "Open Video Downloader",
"identityName": "3216JelleGlebbeek.youtube-dl-gui",
"publisher": "CN=EBDD6AA4-D72E-42C6-BBCB-A288476F0CBE",
"publisherDisplayName": "Jelle Glebbeek",
"applicationId": "openvideodownloader"
},
"nsis": { "nsis": {
"include": "./build/vcredist.nsh", "include": "./build/vcredist.nsh",
"packElevateHelper": false "packElevateHelper": false