0
0
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:
John Ralls
2025-03-20 20:25:50 -07:00
parent b05b482733
commit b2e5d2dad2

View File

@@ -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")