File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 python -m pip install --upgrade pip
3939 pip install pyinstaller pyqt6 opencv-python
4040 - name : Build app
41- run : pyinstaller --onefile --windowed osl_visualizer/ main.py
41+ run : pyinstaller --onefile --windowed main.py --add-data "ui:osl_visualizer/ui"
4242 - name : Upload artifact
4343 uses : actions/upload-artifact@v4
4444 with :
Original file line number Diff line number Diff line change 5454 python -m pip install --upgrade pip
5555 pip install pyinstaller pyqt6 opencv-python
5656 - name : Build app
57- run : cd osl_visualizer; pyinstaller --onefile --windowed main.py --add-data "ui:ui"; cd ..
57+ run : pyinstaller --onefile --windowed main.py --add-data "ui:osl_visualizer/ ui"
5858 - name : Rename binary
59- run : mv osl_visualizer/ dist/main dist/OSL-GUI-mac
59+ run : mv dist/main dist/OSL-GUI-mac
6060 - name : Upload Release Asset
6161 uses : softprops/action-gh-release@v2
6262 with :
You can’t perform that action at this time.
0 commit comments