Skip to content

Commit f9883ad

Browse files
+1
1 parent 14af85f commit f9883ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ jobs:
3131
shell: bash -l {0}
3232
run: |
3333
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+

0 commit comments

Comments
 (0)