Linux package is broken!
To fix, unpack archive, go to extracted dir, create 1.py script and run it:
#!/usr/bin/python3
import glob
import shutil
import os
files = glob.glob("*")
for file in files:
if file == "1.py" or file == 'LLS-0.0.1.0.0-pc':
continue
split_file_name =...