Update buildapp.yml

This commit is contained in:
migmit 2024-05-16 22:52:04 +02:00 committed by GitHub
parent add0bee6e4
commit f885e7f25b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,6 +121,7 @@ jobs:
- name: Fix compiling & Build Package
id: build_package
run: |
mkdir -p theos/lib/iphone/rootless
cd ${{ github.workspace }}/main
sed -i '' "27s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile
sed -i '' "26s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile