Fix location of vampire_maplabel script

This commit is contained in:
Jordan Irwin 2024-06-04 22:25:36 -07:00
parent 0f1e8927ea
commit 2ae840aaf1
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A

View file

@ -66,7 +66,7 @@
<!-- FIXME: need to detect the Python "PIL" module to ensure script can run or
write Java class that can do this -->
<exec executable="${pycmd}" if:set="pycmd">
<arg value="./tiled/vampire_maplabel.py"/>
<arg value="./data/maps/vampire_maplabel.py"/>
<arg value="-world"/>
</exec>