paperlogic-uploader
v0.0.5
Published
PC上のフォルダを監視しpaperlogic電子書庫へアップロードするためのデスクトップアプリです。
Readme
paperlogic-uploader-v2
An Electron application with React and TypeScript
Recommended IDE Setup
Project Setup
Install
$ yarnDevelopment
$ yarn devInstall Java JDK21
To build the application, you need to have Java JDK21 installed. You can download it from Adoptium or use a package manager like Homebrew or Chocolatey.
# For macOS
$ brew install openjdk@21
# For Windows
$ choco install openjdk21Install jsign
For signing the application on Windows, you need to install jsign. You can download it from jsign's GitHub releases
or use a package manager like Homebrew or Chocolatey.:
# For macOS
$ brew install jsign
# For Windows
$ choco install jsignBuild
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux