Skip to content

Build MacOS executable #11

Build MacOS executable

Build MacOS executable #11

Workflow file for this run

name: Build MacOS executable
on:
workflow_dispatch:
jobs:
pyinstaller-build:
#runs-on: macos-13
runs-on: windows-latest
steps:
- name: GUI
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.12.4'
spec: 'GUI_win.spec'
# requirements: 'src/requirements.txt'
upload_exe_with_name: 'GUI'
options: --onefile, --windowed
#- name: CL
# uses: sayyid5416/pyinstaller@v1
# with:
# python_ver: '3.12.4'
# spec: 'command_line.py'
# upload_exe_with_name: 'command_line'
# options: --onefile, --nowindow, icon favicon.ico