Skip to content

Commit 14af85f

Browse files
+1
1 parent c76311f commit 14af85f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
conda info
2828
conda list
2929
conda env export
30+
- name: Build
31+
shell: bash -l {0}
32+
run: |
33+
pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py

0 commit comments

Comments
 (0)