2 Commits
0.0.2 ... 0.0.4

Author SHA1 Message Date
ab7ba528ee removed "@" from dist package
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is failing
2021-03-14 21:35:41 +01:00
bfff17c465 🚚 move to apk zip
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is failing
2021-03-14 21:28:40 +01:00
2 changed files with 6 additions and 9 deletions

View File

@@ -15,10 +15,10 @@ steps:
depends_on: ["clone"]
image: node:15.11.0-alpine3.13
commands:
- apk add git libzip -f
- apk add git zip -f
- yarn && cd app && yarn && cd ..
- 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
depends_on: ["run electron packager"]
image: plugins/gitea-release

View File

@@ -23,15 +23,12 @@
"forge": {
"packagerConfig": {},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "@lfk/scanclient"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [ "darwin" ]
"platforms": [ "darwin" ],
"config": {
"name": "lfk__scanclient"
}
},
{
"name": "@electron-forge/maker-deb",