chore: add appx info to package.json
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
build/appx/Wide310x150Logo.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
7
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "youtube-dl-gui",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@@ -1578,6 +1578,11 @@
|
||||
"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
|
||||
"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": {
|
||||
"version": "6.0.2",
|
||||
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
||||
|
||||
@@ -58,6 +58,14 @@
|
||||
"afterPack": "./build/appimage-fix.js",
|
||||
"appId": "com.jelleglebbeek.youtube-dl-gui",
|
||||
"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": {
|
||||
"include": "./build/vcredist.nsh",
|
||||
"packElevateHelper": false
|
||||
|
||||