Skip to content

Commit fad7ff2

Browse files
committed
Rename PackOBF GUI.app to PackOBF-GUI.app for macOS build and put license file in the app folder instead of in the ZIP file.
1 parent 08560df commit fad7ff2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)