removed "@" from dist package
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Philipp Dormann 2021-03-14 21:35:41 +01:00
parent bfff17c465
commit ab7ba528ee
2 changed files with 5 additions and 8 deletions

View File

@ -18,7 +18,7 @@ steps:
- 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",