mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Fix Clover Package
This commit is contained in:
parent
7b08a616ec
commit
0d24875ee6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Upload to Artifacts
|
- name: Upload to Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Clover beta-${{ env.GIT_SHA }}
|
name: Clover-GCC-14.1.0-${{ env.GIT_SHA }}
|
||||||
path: |
|
path: |
|
||||||
*.7z
|
*.7z
|
||||||
CloverV2*.zip
|
CloverV2*.zip
|
||||||
|
@ -22,8 +22,8 @@ slimpkg2:
|
|||||||
slimpkg3:
|
slimpkg3:
|
||||||
@${SRCROOT}/makepkg --nothemes --norc --nolegacy
|
@${SRCROOT}/makepkg --nothemes --norc --nolegacy
|
||||||
|
|
||||||
#updatepo:
|
updatepo:
|
||||||
# @${SRCROOT}/package/translate.sh --update-po
|
@${SRCROOT}/package/translate.sh --update-po
|
||||||
|
|
||||||
utils:
|
utils:
|
||||||
@make -C "${SRCROOT}"/utils all
|
@make -C "${SRCROOT}"/utils all
|
||||||
@ -32,8 +32,6 @@ install:
|
|||||||
@make -C "${SRCROOT}"/utils install
|
@make -C "${SRCROOT}"/utils install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf sym obj dst
|
rm -rf sym obj dst CloverPrefpane/build CloverUpdater/build
|
||||||
#CloverPrefpane/build CloverUpdater/build
|
|
||||||
|
|
||||||
.PHONY: clean image iso pkg installer utils
|
|
||||||
|
|
||||||
|
.PHONY: clean image iso pkg installer updatepo utils
|
||||||
|
@ -56,7 +56,7 @@ echo "${revision}" > revision
|
|||||||
# Make the translation
|
# Make the translation
|
||||||
echo ""
|
echo ""
|
||||||
echo "========= Translating Resources ========"
|
echo "========= Translating Resources ========"
|
||||||
#./package/translate.sh || exit $?
|
./package/translate.sh || exit $?
|
||||||
|
|
||||||
# Check that XCode is install properly
|
# Check that XCode is install properly
|
||||||
xcode_path=$(/usr/bin/xcode-select --print-path 2>/dev/null)
|
xcode_path=$(/usr/bin/xcode-select --print-path 2>/dev/null)
|
||||||
|
@ -58,17 +58,17 @@ while [[ $# -gt 0 ]]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
TEMPLATES_DIR="Resources/templates"
|
TEMPLATES_DIR="Resources/templates"
|
||||||
#CLOVER_UPDATER_DIR="../CloverUpdater"
|
CLOVER_UPDATER_DIR="../CloverUpdater"
|
||||||
#CLOVER_PREFPANE_DIR="../CloverPrefpane"
|
CLOVER_PREFPANE_DIR="../CloverPrefpane"
|
||||||
PODIR="po"
|
PODIR="po"
|
||||||
|
|
||||||
# Update CloverUpdater.strings
|
# Update CloverUpdater.strings
|
||||||
#"$CLOVER_UPDATER_DIR"/translate_xib.sh --extract-only
|
"$CLOVER_UPDATER_DIR"/translate_xib.sh --extract-only
|
||||||
|
|
||||||
# Update CloverPrefpane.strings
|
# Update CloverPrefpane.strings
|
||||||
#"$CLOVER_PREFPANE_DIR"/translate_xib.sh --extract-only
|
"$CLOVER_PREFPANE_DIR"/translate_xib.sh --extract-only
|
||||||
# Update Localizable.strings
|
# Update Localizable.strings
|
||||||
#"$CLOVER_PREFPANE_DIR"/translate_source.sh --extract-only
|
"$CLOVER_PREFPANE_DIR"/translate_source.sh --extract-only
|
||||||
|
|
||||||
# Check if pot and po files need to be updated
|
# Check if pot and po files need to be updated
|
||||||
IFS=$'\n' # '
|
IFS=$'\n' # '
|
||||||
|
Loading…
Reference in New Issue
Block a user