Skip to content

Commit a3a5ec4

Browse files
committed
UI fixes
1 parent 66299ce commit a3a5ec4

File tree

11 files changed

+2055
-3943
lines changed

11 files changed

+2055
-3943
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
5050
CSC_LINK: ${{ secrets.CSC_LINK }}
5151
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
52+
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
53+
WIN_CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
5254
# This is used for uploading release assets to github
5355
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5456
run: |

package.json

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "PDF screen printer",
2+
"description": "Auto PDF screen printer",
33
"keywords": [
44
"pdf",
55
"screen printer"
@@ -14,9 +14,9 @@
1414
},
1515
"license": "GPL-3.0-only",
1616
"author": {
17-
"name": "PlainLab",
18-
"email": "plain@manhtai.com",
19-
"url": "https://plainlab.github.io"
17+
"name": "Tai Vo",
18+
"email": "screenprinter@manhtai.com",
19+
"url": "https://screenprinter.manhtai.com"
2020
},
2121
"main": "./src/main/main.ts",
2222
"scripts": {
@@ -133,7 +133,7 @@
133133
"css-minimizer-webpack-plugin": "^3.4.1",
134134
"detect-port": "^1.3.0",
135135
"electron": "^18.2.3",
136-
"electron-builder": "^23.0.3",
136+
"electron-builder": "^23",
137137
"electron-devtools-installer": "^3.2.0",
138138
"electron-notarize": "^1.2.1",
139139
"electron-rebuild": "^3.2.7",
@@ -202,12 +202,6 @@
202202
"arm64",
203203
"x64"
204204
]
205-
},
206-
{
207-
"target": "mas",
208-
"arch": [
209-
"x64"
210-
]
211205
}
212206
],
213207
"type": "distribution",

release/app/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock.json

0 commit comments

Comments
 (0)