Update buildapp.yml

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-15 12:20:51 -06:00 committed by GitHub
parent bc815a733a
commit 8ca5646731
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,6 +140,7 @@ jobs:
- name: Fix compiling & Build Package
id: build_package
run: |
export THEOS=/opt/theos
cd ${{ github.workspace }}/main
sed -i '' "30s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile # Modify the bundle ID
sed -i '' "29s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile # Modify the app name