Skip to content

Commit 91c8d1d

Browse files
committed
Fix: 7zip binary does not have correct permissions on macOS arm64
1 parent c8086ba commit 91c8d1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3636
- Long paths not working in Windows (paths equal or greater than 260 characters) [`884bccd`](https://github.com/ollm/OpenComic/commit/884bccd153a4cb2775fbfb5f0e7c6575188ec073)
3737
- Extracting 7zip in separate stacks to avoid errors when extracting many files [`061827f`](https://github.com/ollm/OpenComic/commit/061827fc737aa8edfde14e7b092a8b44e571bf08)
3838
- Prevent scroll event while reading is loading [`4c93a72`](https://github.com/ollm/OpenComic/commit/4c93a724220fc820347464a988727ef4649052fe)
39-
- Multiple errors managing cache of files in servers
39+
- Multiple errors managing cache of files in servers [`7e739da`](https://github.com/ollm/OpenComic/commit/7e739dae8cbcef9691efd0a0cfbfbfa62ce192a4)
4040

4141
## [v1.2.0](https://github.com/ollm/OpenComic/releases/tag/v1.2.0) (29-03-2024)
4242

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@electron/remote": "^2.1.2",
7171
"@stifani/smb2": "^0.3.0",
7272
"@toondepauw/node-zstd": "^1.2.0",
73-
"7zip-bin": "^5.2.0",
73+
"7zip-bin": "github:develar/7zip-bin",
7474
"basic-ftp": "^5.0.5",
7575
"bezier-js": "^6.1.4",
7676
"electron-json-storage": "^4.6.0",

0 commit comments

Comments
 (0)