marcocorvi / topodroid

TopoDroid code base
https://sites.google.com/site/speleoapps/
GNU General Public License v3.0
52 stars 26 forks source link

Make exported Therion files self compatible #98

Closed rsevero closed 5 months ago

rsevero commented 5 months ago

Describe the bug Make exported Therion files self compatible

To Reproduce Steps to reproduce the behavior:

  1. Export a survey in Therion format with a thconfig file
  2. Open the generated thconfig file in xtherion
  3. Try to compile
  4. See xTherion complaing that it can't find the "th" file as it's looking for the "th" file in a non existent "../th" directoy

Expected behavior xTherion should be able to compile the generated files from Topodroid so the generated thconfig file should look for the "th" file on the same directoy as the thconfig file

Device (please complete the following information):

marcocorvi commented 5 months ago

fixed

marcocorvi commented 5 months ago

maybe