Compare commits

...

4 Commits

Author SHA1 Message Date
Dr_rOot 830bc9336e chore: bump version to 1.8.16 2023-05-02 17:35:14 +08:00
Dr_rOot 3b049219e4 chore: update deps 2023-05-02 17:33:51 +08:00
Dr_rOot bbc68b6a8a chore: github action remove notarization api key 2023-05-02 17:33:22 +08:00
Dr_rOot 0afc01080d fix: preference save relaunch application twice 2023-04-29 11:26:26 +08:00
4 changed files with 7 additions and 19 deletions
+1 -3
View File
@@ -54,9 +54,7 @@ jobs:
env:
# Snapcraft
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
# macOS notarization API key
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
# macOS notarization
TEAM_ID: ${{ secrets.team_id }}
APPLE_ID: ${{ secrets.apple_id }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_app_specific_password }}
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "Motrix",
"version": "1.8.15",
"version": "1.8.16",
"description": "A full-featured download manager",
"homepage": "https://motrix.app",
"author": {
@@ -39,12 +39,12 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@babel/runtime": "^7.21.5",
"@bany/curl-to-json": "^1.2.7",
"@electron/notarize": "^1.2.3",
"@electron/osx-sign": "^1.0.4",
@@ -68,12 +68,12 @@
"css-minimizer-webpack-plugin": "^5.0.0",
"del": "^6.1.1",
"electron": "^22.3.7",
"electron-builder": "^24.2.0",
"electron-builder": "^24.3.0",
"electron-devtools-installer": "^3.2.0",
"electron-is": "^3.0.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"electron-updater": "^6.1.0",
"element-ui": "^2.15.13",
"eslint": "^7.32.0",
"eslint-friendly-formatter": "^4.0.1",
@@ -741,11 +741,6 @@
'application:auto-hide-window', autoHideWindow)
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command',
'application:relaunch')
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command', 'application:relaunch')
}
@@ -614,11 +614,6 @@
'application:auto-hide-window', autoHideWindow)
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command',
'application:relaunch')
}
if (checkIsNeedRestart(data)) {
this.$electron.ipcRenderer.send('command', 'application:relaunch')
}