-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fake update for macos, simply open miru download page because ma…
…cos sucks
- Loading branch information
1 parent
d32c579
commit ac8d0ef
Showing
5 changed files
with
572 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Miru", | ||
"version": "5.2.12", | ||
"version": "5.2.14", | ||
"private": true, | ||
"author": "ThaUnknown_ <[email protected]>", | ||
"description": "Stream anime torrents, real-time with no waiting for downloads.", | ||
|
@@ -19,10 +19,10 @@ | |
"common": "workspace:*", | ||
"discord-rpc": "4.0.1", | ||
"electron": "29.1.4", | ||
"electron-builder": "^24.13.3", | ||
"electron-log": "^5.1.5", | ||
"electron-builder": "^25.0.3", | ||
"electron-log": "^5.1.7", | ||
"electron-updater": "^6.2.1", | ||
"webpack-merge": "^5.10.0" | ||
"webpack-merge": "^6.0.1" | ||
}, | ||
"dependencies": { | ||
"@paymoapp/electron-shutdown-handler": "^1.1.2", | ||
|
@@ -61,7 +61,6 @@ | |
"repo": "miru" | ||
} | ||
], | ||
"afterSign": "./buildResources/notarize.js", | ||
"appId": "com.github.thaunknown.miru", | ||
"productName": "Miru", | ||
"files": [ | ||
|
@@ -73,8 +72,10 @@ | |
"defaultArch": "universal", | ||
"singleArchFiles": "node_modules/+(register-scheme|utp-native|fs-native-extensions)/**", | ||
"category": "public.app-category.video", | ||
"darkModeSupport": true, | ||
"icon": "buildResources/icon.icns", | ||
"hardenedRuntime": true, | ||
"notarize": false, | ||
"entitlements": "buildResources/entitlements.mac.plist", | ||
"target": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.