We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14af85f commit f9883adCopy full SHA for f9883ad
.github/workflows/python-package-conda.yml
@@ -31,3 +31,12 @@ jobs:
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
34
+ - name: Add dependencies
35
+ shell: bash -l {0}
36
+ run: |
37
+ xcopy /s "assets" "dist/funscript-editor"
38
+ - name: Create Archive
39
40
41
+ powershell Compress-Archive -LiteralPath "dist/funscript-editor" -DestinationPath "dist/funscript-editor.zip"
42
+
0 commit comments