Compare commits

...

1 Commits
0.0.3 ... 0.0.4

Author SHA1 Message Date
Philipp Dormann ab7ba528ee removed "@" from dist package
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build is failing Details
2021-03-14 21:35:41 +01:00
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",