Compare commits

...

5 Commits
1.0.0 ... main

Author SHA1 Message Date
9584719d4d
Merge branch 'main' of git.odit.services:lfk/scanclient-live 2024-02-13 17:26:41 +01:00
ef58a03a92
fix(ci): Switched to non-drone env vars 2024-02-13 17:26:33 +01:00
39afd5c47a 🚀New package version 1.0.3 [CI SKIP] 2023-04-15 17:25:42 +00:00
66e0b03950 🚀New package version 1.0.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 17:23:59 +00:00
ec92cdac97 🚀New package version 1.0.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 17:18:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -31,11 +31,11 @@ steps:
- mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot
- rm -rf squashfs-root out electron.zip
- mkdir dist
- zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
- zip -r dist/lfk-scanclient-live_${CI_COMMIT_TAG}_x64.zip slax
- name: gitea_release
image: plugins/gitea-release
settings:
title: Release ${DRONE_TAG}
title: Release ${CI_COMMIT_TAG}
api_key:
from_secret: gitea_token
base_url: https://git.odit.services

View File

@ -1,6 +1,6 @@
{
"name": "@lfk/scanclient-live",
"version": "1.0.0",
"version": "1.0.3",
"description": "Build env for the live version of @lfk/scanclient-electron",
"main": "download.js",
"scripts": {