|
@@ -84,12 +84,13 @@
|
|
"mainDependencies": [
|
|
"mainDependencies": [
|
|
"electron-localshortcut",
|
|
"electron-localshortcut",
|
|
"electron-store",
|
|
"electron-store",
|
|
- "yargs"
|
|
|
|
|
|
+ "yargs",
|
|
|
|
+ "parse-torrent"
|
|
],
|
|
],
|
|
"build": {
|
|
"build": {
|
|
"appId": "net.mayswind.ariang",
|
|
"appId": "net.mayswind.ariang",
|
|
"productName": "AriaNg Native",
|
|
"productName": "AriaNg Native",
|
|
- "copyright": "Copyright (c) 2017-2020 MaysWind ([email protected])",
|
|
|
|
|
|
+ "copyright": "Copyright (c) 2017-2022 MaysWind ([email protected])",
|
|
"files": [
|
|
"files": [
|
|
"!node_modules",
|
|
"!node_modules",
|
|
{
|
|
{
|