File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 39
39
- name : Upload to Artifacts
40
40
uses : actions/upload-artifact@v4
41
41
with :
42
- name : Clover beta -${{ env.GIT_SHA }}
42
+ name : Clover-GCC-14.1.0 -${{ env.GIT_SHA }}
43
43
path : |
44
44
*.7z
45
45
CloverV2*.zip
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ slimpkg2:
22
22
slimpkg3 :
23
23
@${SRCROOT} /makepkg --nothemes --norc --nolegacy
24
24
25
- # updatepo:
26
- # @${SRCROOT}/package/translate.sh --update-po
25
+ updatepo :
26
+ @${SRCROOT} /package/translate.sh --update-po
27
27
28
28
utils :
29
29
@make -C " ${SRCROOT} " /utils all
@@ -32,8 +32,6 @@ install:
32
32
@make -C " ${SRCROOT} " /utils install
33
33
34
34
clean :
35
- rm -rf sym obj dst
36
- # CloverPrefpane/build CloverUpdater/build
37
-
38
- .PHONY : clean image iso pkg installer utils
35
+ rm -rf sym obj dst CloverPrefpane/build CloverUpdater/build
39
36
37
+ .PHONY : clean image iso pkg installer updatepo utils
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ echo "${revision}" > revision
56
56
# Make the translation
57
57
echo " "
58
58
echo " ========= Translating Resources ========"
59
- # ./package/translate.sh || exit $?
59
+ ./package/translate.sh || exit $?
60
60
61
61
# Check that XCode is install properly
62
62
xcode_path=$( /usr/bin/xcode-select --print-path 2> /dev/null)
Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ while [[ $# -gt 0 ]]; do
58
58
done
59
59
60
60
TEMPLATES_DIR=" Resources/templates"
61
- # CLOVER_UPDATER_DIR="../CloverUpdater"
62
- # CLOVER_PREFPANE_DIR="../CloverPrefpane"
61
+ CLOVER_UPDATER_DIR=" ../CloverUpdater"
62
+ CLOVER_PREFPANE_DIR=" ../CloverPrefpane"
63
63
PODIR=" po"
64
64
65
65
# Update CloverUpdater.strings
66
- # "$CLOVER_UPDATER_DIR"/translate_xib.sh --extract-only
66
+ " $CLOVER_UPDATER_DIR " /translate_xib.sh --extract-only
67
67
68
68
# Update CloverPrefpane.strings
69
- # "$CLOVER_PREFPANE_DIR"/translate_xib.sh --extract-only
69
+ " $CLOVER_PREFPANE_DIR " /translate_xib.sh --extract-only
70
70
# Update Localizable.strings
71
- # "$CLOVER_PREFPANE_DIR"/translate_source.sh --extract-only
71
+ " $CLOVER_PREFPANE_DIR " /translate_source.sh --extract-only
72
72
73
73
# Check if pot and po files need to be updated
74
74
IFS=$' \n ' # '
You can’t perform that action at this time.
0 commit comments