We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76311f commit 14af85fCopy full SHA for 14af85f
.github/workflows/python-package-conda.yml
@@ -27,3 +27,7 @@ jobs:
27
conda info
28
conda list
29
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