Skip to content

Commit 52e6ea3

Browse files
committed
Merge branch 'develop'
2 parents d02bc68 + 4c1e46a commit 52e6ea3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
# This is used for uploading release assets to github
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
run: |
55-
yarn postinstall && yarn build && yarn electron-builder --publish always
55+
yarn postinstall && yarn build && yarn electron-builder --publish always --arm64 --x64

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,16 @@
1313
- Convert screenshots into a PDF
1414
- Auto click on the Next button
1515

16-
## Download
16+
## Installation
1717

18-
- For macOS & Windows: https://github.com/plainlab/plainprinter/releases
18+
For macOS & Windows: https://github.com/plainlab/plainprinter/releases
19+
20+
- macOS: Get `.dmg` file, open it and drag the app into Applications folder, for M1 mac: get `arm64.dmg` file instead.
21+
- Windows: Get `.exe` file and open it to install.
22+
23+
## CLI version
24+
25+
https://github.com/manhtai/vitalsource-printer
1926

2027
---
2128

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:renderer": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.renderer.prod.babel.js",
99
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir src",
1010
"lint": "cross-env NODE_ENV=development eslint . --cache --ext .js,.jsx,.ts,.tsx",
11-
"package": "rm -rf src/dist && yarn build && electron-builder build --publish never --mac",
11+
"package": "rm -rf src/dist && yarn build && electron-builder build --publish never --x64 --arm64",
1212
"release": "rm -rf src/dist && yarn build && electron-builder build --publish always",
1313
"postinstall": "node -r @babel/register .erb/scripts/CheckNativeDep.js && electron-builder install-app-deps && yarn cross-env NODE_ENV=development webpack --config ./.erb/configs/webpack.config.renderer.dev.dll.babel.js && opencollective-postinstall && yarn-deduplicate yarn.lock",
1414
"start": "node -r @babel/register ./.erb/scripts/CheckPortInUse.js && yarn start:renderer",

0 commit comments

Comments
 (0)