-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from htbkoo/fix-build-2024
feat!: Fix build
- Loading branch information
Showing
5 changed files
with
17,210 additions
and
11,379 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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict=true |
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,3 +1,7 @@ | ||
# lightweight-epub-reader-electron [![Node CI](https://github.com/htbkoo/lightweight-epub-reader-electron/workflows/Node%20CI/badge.svg)](https://github.com/htbkoo/lightweight-epub-reader-electron/actions?query=workflow%3A%22Node+CI%22) | ||
|
||
The repository for a lightweight epub-reader desktop app (created with [electron/electron-quick-start-typescript](https://github.com/electron/electron-quick-start-typescript)). | ||
|
||
## Caveat | ||
|
||
- Use `npm install --no-optional` if you encounter any errors when trying to install the dependencies (particularly, the `zipfile` dependency) |
Oops, something went wrong.