Skip to content

Commit 295b27f

Browse files
fix build script
1 parent 07ead7e commit 295b27f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,4 @@ jobs:
3030
- name: Build
3131
shell: bash -l {0}
3232
run: |
33-
pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py
34-
- name: Add dependencies
35-
shell: bash -l {0}
36-
run: |
37-
xcopy /s "assets" "dist/funscript-editor"
38-
- name: Create Archive
39-
shell: bash -l {0}
40-
run: |
41-
powershell Compress-Archive -LiteralPath "dist/funscript-editor" -DestinationPath "dist/funscript-editor.zip"
42-
33+
pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --add-data="assets/*;." --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py

0 commit comments

Comments
 (0)