We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d3e7 commit 8310d13Copy full SHA for 8310d13
qfieldsync/gui/package_dialog.py
@@ -172,7 +172,7 @@ def package_project(self):
172
self.qfield_preferences.set_value("exportDirectoryProject", export_folder)
173
self.dirsToCopyWidget.save_settings()
174
175
- tmp_path = os.path.dirname(self.tmp_project)
+ tmp_project_filepath = Path(self.tmp_project_filename).parent
176
177
new_project_path = os.path.join(
178
tmp_path, f"{self.packaged_project_name.text()}.qgs"
0 commit comments