Compare commits

...

4 Commits

Author SHA1 Message Date
Dr_rOot 4fa4878e61 fix: appx for ms store & bump version to 1.8.11 2023-04-26 21:14:33 +08:00
Dr_rOot daa04d995e fix: publisher for ms store & bump version to 1.8.10 2023-04-26 20:59:50 +08:00
Dr_rOot 74e4bce6bf fix: identity for ms store & bump version to 1.8.9 2023-04-26 20:55:29 +08:00
Dr_rOot a0aa100a99 fix: author for ms store & bump version to 1.8.8 2023-04-26 20:08:53 +08:00
2 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -133,7 +133,11 @@
"allowToChangeInstallationDirectory": true
},
"appx": {
"artifactName": "${productName}-${version}-${arch}.${ext}"
"artifactName": "${productName}-${version}-${arch}.${ext}",
"applicationId": "app.motrix.native",
"identityName": "59744DrrOot.Motrix",
"publisher": "CN=5BB4961D-30D8-4993-9ADF-05E1E1F5A395",
"publisherDisplayName": "Dr_rOot"
},
"portable": {
"artifactName": "${productName}-${version}-${arch}.${ext}"
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "Motrix",
"version": "1.8.7",
"version": "1.8.11",
"description": "A full-featured download manager",
"homepage": "https://motrix.app",
"author": {
"name": "AGALWOOD",
"name": "Dr_rOot",
"email": "agalwood.net@gmail.com"
},
"copyright": "Copyright© AGALWOOD",
"copyright": "Copyright© Dr_rOot",
"license": "MIT",
"main": "./dist/electron/main.js",
"repository": {