5 Commits
0.0.2 ... 0.0.5

Author SHA1 Message Date
f57bf8ba51 🚀New package version 0.0.5 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 16:06:21 +00:00
373b2f99a5 Fixed permissions
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 18:04:45 +02:00
1a5e03ea5f 🚀New package version 0.0.4 [CI SKIP] 2021-04-14 15:50:22 +00:00
db98d38d93 🚀New package version 0.0.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 15:44:35 +00:00
e93f427337 Added missing mkdir
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 17:41:02 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -27,8 +27,10 @@ steps:
- unsquashfs slax/modules/lfkscan.sb
- rm -rf slax/modules/lfkscan.sb squashfs-root/root/lfkscan
- mv out/\@lfk-scanclient-electron-linux-x64 squashfs-root/root/lfkscan
- chmod -R 777 squashfs-root/root/lfkscan
- 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
- name: gitea_release
image: plugins/gitea-release

View File

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