File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,14 +203,17 @@ jobs:
203203 - name : Deploy Qt Dependencies (macOS)
204204 if : runner.os == 'macOS' && matrix.gui != ''
205205 run : |
206- mkdir -p dist/PackOBF\ GUI.app/Contents/MacOS
207- cp dist/${{ matrix.gui }} dist/PackOBF\ GUI.app/Contents/MacOS/
206+ mkdir -p dist/PackOBF-GUI.app/Contents/MacOS
207+ cp dist/${{ matrix.gui }} dist/PackOBF-GUI.app/Contents/MacOS/
208+
209+ mkdir -p dist/PackOBF-GUI.app/Contents/Resources
210+ mv dist/LICENSE.md dist/PackOBF-GUI.app/Contents/Resources/
208211
209212 cd dist
210- macdeployqt PackOBF\ GUI.app -dmg -qmldir=../packobf_gui
213+ macdeployqt PackOBF- GUI.app -dmg -qmldir=../packobf_gui
211214 cd ..
212215
213- rm -rf dist/PackOBF\ GUI.app
216+ rm -rf dist/PackOBF- GUI.app
214217 rm -f dist/${{ matrix.gui }}
215218
216219 - name : Deploy Qt Dependencies (Linux)
You can’t perform that action at this time.
0 commit comments