2 Commits
0.0.4 ... 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
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ 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

View File

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