File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,24 @@ def icon_from_app(app_path):
207207 # RTF (in which case it must start "{\rtf1"), or a path to a file
208208 # containing the license text. If you're using RTF,
209209 # watch out for Python escaping (or read it from a file).
210- "en_US" : "/release/wix/openbci-eula.rtf" ,
210+ "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+ }""" ,
211228 },
212229 "buttons" : {
213230 # For each language, text for the buttons on the licensing window.
You can’t perform that action at this time.
0 commit comments