File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 python-version : ' 3.x'
2323
2424 - name : Install Python dependencies
25- run : pip install cx_Freeze pynput Pillow requests
25+ run : pip install cx_Freeze pynput Pillow requests pystray
2626
2727 - name : Install system dependencies
2828 run : sudo apt-get install -y imagemagick zsync python3-tk libfuse2
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ src/**/__pycache__
1717src /.DS_Store
1818appimagetool.AppImage
1919src /* .egg-info
20- * .AppDir
20+ * .AppDir
21+ PyMacroRecord- * - * .AppImage *
Original file line number Diff line number Diff line change 2626 packages += [
2727 "pynput.keyboard._win32" ,
2828 "pynput.mouse._win32" ,
29- "pystray" ,
3029 ]
3130
32- excludes = [] if sys .platform == "win32" else ["pystray" ]
31+ packages += ["pystray" ]
32+ excludes = []
3333
3434include_files = [
3535 ("src/assets" , "assets" ),
You can’t perform that action at this time.
0 commit comments