Skip to content

Commit 943ea36

Browse files
committed
Update settings in dmgbuild_settings.py
1 parent d7e09c6 commit 943ea36

1 file changed

Lines changed: 20 additions & 25 deletions

File tree

release/mac/dmgbuild_settings.py

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,9 @@ def icon_from_app(app_path):
191191

192192
# Recognized language names are:
193193
#
194-
# af_ZA, ar, be_BY, bg_BG, bn, bo, br, ca_ES, cs_CZ, cy, da_DK, de_AT, de_CH,
195-
# de_DE, dz_BT, el_CY, el_GR, en_AU, en_CA, en_GB, en_IE, en_SG, en_US, eo,
196-
# es_419, es_ES, et_EE, fa_IR, fi_FI, fo_FO, fr_001, fr_BE, fr_CA, fr_CH,
197-
# fr_FR, ga-Latg_IE, ga_IE, gd, grc, gu_IN, gv, he_IL, hi_IN, hr_HR, hu_HU,
198-
# hy_AM, is_IS, it_CH, it_IT, iu_CA, ja_JP, ka_GE, kl, ko_KR, lt_LT, lv_LV,
199-
# mk_MK, mr_IN, mt_MT, nb_NO, ne_NP, nl_BE, nl_NL, nn_NO, pa, pl_PL, pt_BR,
200-
# pt_PT, ro_RO, ru_RU, se, sk_SK, sl_SI, sr_RS, sv_SE, th_TH, to_TO, tr_TR,
201-
# uk_UA, ur_IN, ur_PK, uz_UZ, vi_VN, zh_CN, zh_TW
194+
# da_DK, de_AT, de_CH, de_DE, en_AU, en_GB, en_IE, en_SG, en_US, es_ES,
195+
# fi_FI, fr_BE, fr_FR, fr_CA, fr_CH, it_IT, ja_JP, ko_KR, nb_NO, nl_BE,
196+
# nl_NL, pt_BR, pt_PT, ru_RU, sv_SE, zh_CN, zh_TW,
202197

203198
license = {
204199
"default-language": "en_US",
@@ -208,23 +203,23 @@ def icon_from_app(app_path):
208203
# containing the license text. If you're using RTF,
209204
# watch out for Python escaping (or read it from a file).
210205
"en_US": b"""{\\rtf1\\ansi\\ansicpg1252\\cocoartf1504\\cocoasubrtf820
211-
{\\fonttbl\\f0\\fnil\\fcharset0 Helvetica-Bold;\\f1\\fnil\\fcharset0 Helvetica;}
212-
{\\colortbl;\\red255\\green255\\blue255;\\red0\\green0\\blue0;}
213-
{\\*\\expandedcolortbl;;\\cssrgb\\c0\\c0\\c0;}
214-
\\paperw11905\\paperh16837\\margl1133\\margr1133\\margb1133\\margt1133
215-
\\deftab720
216-
\\pard\\pardeftab720\\sa160\\partightenfactor0
217-
218-
\\f0\\b\\fs60 \\cf2 \\expnd0\\expndtw0\\kerning0
219-
\\up0 \\nosupersub \\ulnone \\outl0\\strokewidth0 \\strokec2 Test License\\
220-
\\pard\\pardeftab720\\sa160\\partightenfactor0
221-
222-
\\fs36 \\cf2 \\strokec2 What is this?\\
223-
\\pard\\pardeftab720\\sa160\\partightenfactor0
224-
225-
\\f1\\b0\\fs22 \\cf2 \\strokec2 This is the English license. It says what you are allowed to do with this software.\\
226-
\\
227-
}""",
206+
{\\fonttbl\\f0\\fnil\\fcharset0 Helvetica-Bold;\\f1\\fnil\\fcharset0 Helvetica;}
207+
{\\colortbl;\\red255\\green255\\blue255;\\red0\\green0\\blue0;}
208+
{\\*\\expandedcolortbl;;\\cssrgb\\c0\\c0\\c0;}
209+
\\paperw11905\\paperh16837\\margl1133\\margr1133\\margb1133\\margt1133
210+
\\deftab720
211+
\\pard\\pardeftab720\\sa160\\partightenfactor0
212+
213+
\\f0\\b\\fs60 \\cf2 \\expnd0\\expndtw0\\kerning0
214+
\\up0 \\nosupersub \\ulnone \\outl0\\strokewidth0 \\strokec2 Test License\\
215+
\\pard\\pardeftab720\\sa160\\partightenfactor0
216+
217+
\\fs36 \\cf2 \\strokec2 What is this?\\
218+
\\pard\\pardeftab720\\sa160\\partightenfactor0
219+
220+
\\f1\\b0\\fs22 \\cf2 \\strokec2 This is the English license. It says what you are allowed to do with this software.\\
221+
\\
222+
}""",
228223
},
229224
"buttons": {
230225
# For each language, text for the buttons on the licensing window.

0 commit comments

Comments
 (0)