File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 submodules : recursive # Initializes and updates submodules
3737 - name : create env
3838 shell : bash -l {0}
39- run : conda install -y kivy=2.3 pyinstaller=4.10 requests
39+ run : conda install -y kivy=2.3 pyinstaller=4.10 requests glfw
4040 - name : pip installs
4141 shell : bash -l {0}
4242 run : pip install kivy-deps.sdl2 kivy-deps.glew pyo
@@ -121,7 +121,7 @@ jobs:
121121 run : echo "$SIMAC" > serverinfo.txt && echo "$ULCRTMAC" > cert.pem
122122 - name : package cogmood
123123 shell : bash -l {0}
124- run : cd package && python -m PyInstaller cogmood_mac.spec
124+ run : cd package && python -m PyInstaller --noconfirm --target-arch universal2 cogmood_mac.spec
125125 - name : save exe
126126 uses : actions/upload-artifact@v3
127127 with :
You can’t perform that action at this time.
0 commit comments