mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Support for SDK_PATH (buildapp.yml)
This commit is contained in:

committed by
GitHub

parent
a3e0f9b6e4
commit
a0f499eb1f
1
.github/workflows/buildapp.yml
vendored
1
.github/workflows/buildapp.yml
vendored
@@ -172,6 +172,7 @@ jobs:
|
||||
sed -i '' "s/^DISPLAY_NAME.*$/DISPLAY_NAME = ${{ env.APP_NAME }}/" Makefile
|
||||
sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ env.YT_VERSION }}-${{ env.YTLITE_VERSION }}/" Makefile
|
||||
sed -i '' "s/^export TARGET.*$/export TARGET = iphone:clang:${{ inputs.sdk_version }}:14.0/" Makefile
|
||||
sed -i '' "s|^SDK_PATH.*$|SDK_PATH = ${{ THEOS }}/sdks/iPhoneOS${{ inputs.sdk_version }}.sdk/|" Makefile
|
||||
# Build the package
|
||||
make package
|
||||
# Rename the package based on the version
|
||||
|
Reference in New Issue
Block a user