Skip to content

Commit

Permalink
fix: attempt AL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Nov 10, 2024
1 parent 6f953a3 commit 3bcb910
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "capacitor/git_modules/nodejs-mobile"]
path = capacitor/git_modules/nodejs-mobile
url = https://github.com/nodejs-mobile/nodejs-mobile
[submodule "electron/electron-dist"]
path = electron/electron-dist
url = https://github.com/hayase-app/electron-dist
3 changes: 2 additions & 1 deletion common/modules/anilist.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ class AnilistClient {
credentials: 'omit',
headers: {
'Content-Type': 'application/json',
Accept: 'application/json'
Accept: 'application/json',
Referer: 'https://anilist.co'
},
body: JSON.stringify({
query: query.replace(/\s/g, '').replaceAll(' ', ' '),
Expand Down
1 change: 1 addition & 0 deletions electron/electron-dist
Submodule electron-dist added at 8957af
12 changes: 4 additions & 8 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "5.5.6",
"version": "5.5.7",
"private": true,
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
Expand All @@ -18,7 +18,7 @@
"@electron/notarize": "^2.3.2",
"common": "workspace:*",
"discord-rpc": "4.0.1",
"electron": "29.1.4",
"electron": "32.1.1",
"electron-builder": "^24.13.3",
"electron-log": "^5.1.7",
"electron-updater": "^6.2.1",
Expand All @@ -43,11 +43,7 @@
"buildResources": "buildResources"
},
"asarUnpack": "**/*.node",
"electronDownload": {
"mirror": "https://github.com/aa910d571134/feb7c2e1a10f/releases/download/",
"version": "29.1.4",
"customDir": "2ffc48f0b43f"
},
"electronDist": "./electron-dist",
"protocols": {
"name": "miru",
"schemes": [
Expand Down Expand Up @@ -122,4 +118,4 @@
"artifactName": "${os}-${name}-${version}-installer.${ext}"
}
}
}
}

0 comments on commit 3bcb910

Please sign in to comment.