mirror of
https://github.com/gramps-project/gramps
synced 2025-10-05 23:52:46 +02:00
[mac gramps_launcher] Fix bad comment formatting.
This commit is contained in:
@@ -32,9 +32,8 @@ environ["GI_TYPELIB_PATH"] = join(bundle_lib, "girepository-1.0")
|
||||
environ["GVBINDIR"] = join(bundle_lib, "graphviz")
|
||||
environ["ENCHANT_MODULE_PATH"] = join(bundle_lib, "enchant")
|
||||
|
||||
# Set $PYTHON to point inside the bundle
|
||||
PYVER = "python" + version[:4] # As is 4 characters to get
|
||||
'3.13'
|
||||
# Set $PYTHON to point inside the bundle: 4 characters to get '3.13'
|
||||
PYVER = "python" + version[:4]
|
||||
|
||||
environ["GRAMPSDIR"] = join(bundle_lib, PYVER, "site-packages", "gramps")
|
||||
environ["GRAMPSI18N"] = join(bundle_data, "locale")
|
||||
|
Reference in New Issue
Block a user