Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab authored Nov 15, 2023
1 parent ef582a4 commit 55e4032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gui/opensim/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
<exec executable="chmod">
<arg line="+x dist/scripts/postinstall"/>
</exec>
<exec executable="/usr/bin/python" dir="dist/">
<exec executable="python" dir="dist/">
<arg line="set_folder_icon.py OpenSimFolder.icns 'pkgroot/OpenSim ${app.version}'"/>
</exec>
<exec executable="pkgbuild" dir="dist/">
Expand Down

0 comments on commit 55e4032

Please sign in to comment.