5 Commits

Author SHA1 Message Date
174931f154 🚀New package version 1.0.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 17:21:45 +00:00
1108c2be76 update packagerConfig for icon
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 19:20:32 +02:00
2cadf66da7 🚀New package version 1.0.1 [CI SKIP] 2023-04-15 17:16:16 +00:00
5468e5ab59 Bumped ci node
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 19:07:24 +02:00
48da695413 🚀New package version 1.0.0 [CI SKIP] 2023-04-15 17:05:00 +00:00
2 changed files with 7 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ name: build:tag
steps:
- name: run electron packager
depends_on: ["clone"]
image: node:15.11.0-alpine3.13
image: registry.odit.services/hub/library/node:19.9.0-alpine3.16
commands:
- apk add git zip -f
- yarn
@@ -68,7 +68,7 @@ name: prepare:tag
steps:
- name: bump package version
image: node:alpine
image: registry.odit.services/hub/library/node:19.9.0-alpine3.16
commands:
- npm --no-git-tag-version version ${SOURCE_TAG}
- name: push new version to repo

View File

@@ -1,6 +1,6 @@
{
"name": "@lfk/scanclient-electron",
"version": "0.2.0",
"version": "1.0.2",
"description": "minimal electron application",
"main": "main.js",
"scripts": {
@@ -29,7 +29,9 @@
},
"config": {
"forge": {
"packagerConfig": {},
"packagerConfig": {
"icon": "./favicon.ico"
},
"makers": [
{
"name": "@electron-forge/maker-zip",
@@ -60,4 +62,4 @@
]
}
}
}
}