Skip to content

Commit

Permalink
fix windows imports, fix CI, remove nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Dec 5, 2023
1 parent 196db30 commit 529f2ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 529f2ad

Please sign in to comment.