Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab7ba528ee | |||
| bfff17c465 |
@@ -15,10 +15,10 @@ steps:
|
|||||||
depends_on: ["clone"]
|
depends_on: ["clone"]
|
||||||
image: node:15.11.0-alpine3.13
|
image: node:15.11.0-alpine3.13
|
||||||
commands:
|
commands:
|
||||||
- apk add git libzip -f
|
- apk add git zip -f
|
||||||
- yarn && cd app && yarn && cd ..
|
- yarn && cd app && yarn && cd ..
|
||||||
- yarn electron:package
|
- yarn electron:package
|
||||||
- zip -r out/lfk-scanclient-win32-x64.zip out/@lfk-scanclient-win32-x64
|
- zip -r out/lfk-scanclient-win32-x64.zip out/lfk-scanclient-win32-x64
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
depends_on: ["run electron packager"]
|
depends_on: ["run electron packager"]
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|||||||
11
package.json
11
package.json
@@ -23,15 +23,12 @@
|
|||||||
"forge": {
|
"forge": {
|
||||||
"packagerConfig": {},
|
"packagerConfig": {},
|
||||||
"makers": [
|
"makers": [
|
||||||
{
|
|
||||||
"name": "@electron-forge/maker-squirrel",
|
|
||||||
"config": {
|
|
||||||
"name": "@lfk/scanclient"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "@electron-forge/maker-zip",
|
"name": "@electron-forge/maker-zip",
|
||||||
"platforms": [ "darwin" ]
|
"platforms": [ "darwin" ],
|
||||||
|
"config": {
|
||||||
|
"name": "lfk__scanclient"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "@electron-forge/maker-deb",
|
"name": "@electron-forge/maker-deb",
|
||||||
|
|||||||
Reference in New Issue
Block a user