File tree Expand file tree Collapse file tree 3 files changed +1
-109
lines changed Expand file tree Collapse file tree 3 files changed +1
-109
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 name : SUPREME
5959 path : package/dist/SUPREME.exe
60- # - name: Set up Python
61- # uses: actions/setup-python@v5
62- # with:
63- # python-version: "3.10" # Specify your Python version
64- # cache: 'pip' # caching pip dependencies
65- #
66- # - name: Install dependencies
67- # run: |
68- # python -m pip install --upgrade pip
69- # pip install -r requirements.txt
70- #
71- # - name: Set up Mesa3D OpenGL DLL
72- # run: |
73- # curl -L -o mesa3d-22.1.5-release-mingw.7z https://github.com/pal1000/mesa-dist-win/releases/download/22.1.5/mesa3d-22.1.5-release-mingw.7z
74- # 7z x mesa3d-22.1.5-release-mingw.7z -o$HOME/mesa3d
75- #
76- # - name: Add Mesa3D to Path
77- # run: |
78- # export PATH=$HOME/mesa3d/x86/:$PATH
79- #
80- # - name: Build executable with PyInstaller
81- # run: |
82- # cd package
83- # pyinstaller --noconfirm --upx-dir upx/windows_upx.exe cogmood_windows.spec
84- #
85- # - name: Upload Windows executable
86- # uses: actions/upload-artifact@v4
87- # with:
88- # name: SUPREME
89- # path: dist/SUPREME.exe # Path to your Windows executable
60+
9061
9162 build-macos :
9263 runs-on : macos-14
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments