Skip to content

Commit 9978461

Browse files
committed
fix specfile name
1 parent 90c3a84 commit 9978461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_executables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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:

0 commit comments

Comments
 (0)