diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index d064584..24d8bed 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -163,15 +163,15 @@ jobs: - name: upload pyinstaller onefile uses: actions/upload-artifact@v3 with: - name: librer-pyinstaller-lin-onefile-lo - path: ./build-pyinstaller-lin-lo/librer + name: librer-pyinstaller-lin-onefile-gui + path: ./build-pyinstaller-lin_lo/librer if-no-files-found: error - name: upload pyinstaller onefile cmd uses: actions/upload-artifact@v3 with: name: librer-pyinstaller-lin-onefile-cmd - path: ./build-pyinstaller-lin-ro/record + path: ./build-pyinstaller-lin_ro/record if-no-files-found: error - name: upload pyinstaller distro @@ -200,7 +200,7 @@ jobs: - name: pack linux onefile pyinstaller run: | - cd ./build-pyinstaller-lin-lo + cd ./build-pyinstaller-lin_lo chmod 777 ./librer chmod 777 ./record tar -czvf ../librer.${{ steps.version.outputs.version }}.portable.linux.onefile.tgz librer record diff --git a/requirements.txt b/requirements.txt index dd361fb..cf9073c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ pyinstaller==6.2.0 -nuitka==1.9.3 appdirs==1.4.4 send2trash==1.8.2 zstandard==0.22.0 -ordered-set==4.1.0 psutil==5.9.6 diff --git a/src/core.py b/src/core.py index 6d39f9a..0852b1e 100644 --- a/src/core.py +++ b/src/core.py @@ -32,8 +32,6 @@ from time import sleep, perf_counter,time,strftime,localtime -from signal import SIGTERM,SIGKILL - from threading import Thread from multiprocessing import Process, Queue