mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update buildapp.yml
This commit is contained in:
parent
bc815a733a
commit
8ca5646731
1 changed files with 1 additions and 0 deletions
1
.github/workflows/buildapp.yml
vendored
1
.github/workflows/buildapp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue