Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

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_${CI_COMMIT_TAG}_x64.zip slax
- zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
- name: gitea_release
image: plugins/gitea-release
settings:
title: Release ${CI_COMMIT_TAG}
title: Release ${DRONE_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.3",
"version": "1.0.0",
"description": "Build env for the live version of @lfk/scanclient-electron",
"main": "download.js",
"scripts": {