Skip to content
Snippets Groups Projects
Commit ae4aeb5d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix path in setup_osx.py file. fixes #3830

parent bdac12d7
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ def finishApp():
# setup gajim dirs
copytree("build/inst/share/gajim/data", APP_RS + "/data")
copy("data/pixmaps/gajim.icns", APP_RS + "/data/pixmaps")
copytree("build/inst/locale", APP_RS + "/locale")
copytree("build/inst/share/locale", APP_RS + "/locale")
copytree("build/inst/share/man", APP_RS + "/man")
force(lambda:unlink("dist/Gajim.app/Contents/data"))
symlink("Resources/data", "dist/Gajim.app/Contents/data")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment