Skip to content

Commit

Permalink
ci: fixed plist
Browse files Browse the repository at this point in the history
Signed-off-by: aspel <[email protected]>
  • Loading branch information
aspel committed Nov 14, 2024
1 parent e730559 commit ad3b52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
32 changes: 0 additions & 32 deletions Info.plist.sh

This file was deleted.

6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Darwin_arm64: pob
meson setup --buildtype=release --prefix=${DIR}/PathOfBuilding.app --bindir=Contents/MacOS build
meson compile -C build
meson install -C build
/opt/homebrew/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app
cp ${DIR}/Info.plist.sh ${DIR}/PathOfBuilding.app/Contents/Info.plist
/opt/homebrew/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app -verbose=2
echo "Finished $(OS_NAME)"

Darwin_x86_64: pob
Expand All @@ -27,8 +26,7 @@ Darwin_x86_64: pob
meson setup --buildtype=release --prefix=${DIR}/PathOfBuilding.app --bindir=Contents/MacOS build
meson compile -C build
meson install -C build
/usr/local/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app
cp ${DIR}/Info.plist.sh ${DIR}/PathOfBuilding.app/Contents/Info.plist
/usr/local/opt/qt@5/bin/macdeployqt ${DIR}/PathOfBuilding.app -verbose=2
echo "Finished $(OS_NAME)"

Linux_x86_64: pob
Expand Down

0 comments on commit ad3b52d

Please sign in to comment.