[PR #493] [MERGED] #486 Allow relative paths #484

Closed
opened 2026-02-26 12:21:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/493
Author: @brentvollebregt
Created: 6/21/2024
Status: Merged
Merged: 6/21/2024
Merged by: @brentvollebregt

Base: masterHead: bugfix/486-allow-relative-paths


📝 Commits (4)

📊 Changes

10 files changed (+82 additions, -34 deletions)

View changed files

📝 auto_py_to_exe/ui.py (+8 -0)
📝 auto_py_to_exe/web/index.html (+1 -0)
📝 auto_py_to_exe/web/js/configuration.js (+34 -7)
📝 auto_py_to_exe/web/js/constants.js (+9 -1)
📝 auto_py_to_exe/web/js/importExport.js (+4 -4)
📝 auto_py_to_exe/web/js/initialise.js (+1 -1)
📝 auto_py_to_exe/web/js/interface.js (+10 -10)
📝 auto_py_to_exe/web/js/packaging.js (+2 -2)
📝 auto_py_to_exe/web/js/staticEvents.js (+9 -9)
📝 auto_py_to_exe/web/js/utils.js (+4 -0)

📄 Description

Summary

As raised in #486, this resolves relative paths to the current working directory.

This also allows for relative paths to be exported toa JSON config.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/brentvollebregt/auto-py-to-exe/pull/493 **Author:** [@brentvollebregt](https://github.com/brentvollebregt) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `bugfix/486-allow-relative-paths` --- ### 📝 Commits (4) - [`0f4dc32`](https://github.com/brentvollebregt/auto-py-to-exe/commit/0f4dc32cd9f7784ace6028f6e4df705b6382d4ea) #486 Initial setup - [`df159b0`](https://github.com/brentvollebregt/auto-py-to-exe/commit/df159b0c39b3af042160d86ff8eb9fe97ffe2a6e) #486 Fix aysnc - [`b86fd14`](https://github.com/brentvollebregt/auto-py-to-exe/commit/b86fd1468fadbcbbc39cebb70df956bbf93514b9) #486 Add support for static arguments - [`3f2acd7`](https://github.com/brentvollebregt/auto-py-to-exe/commit/3f2acd7a8c403bb779da9bb7dc606f7d5d2c1992) #486 Allow export to save relative paths ### 📊 Changes **10 files changed** (+82 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `auto_py_to_exe/ui.py` (+8 -0) 📝 `auto_py_to_exe/web/index.html` (+1 -0) 📝 `auto_py_to_exe/web/js/configuration.js` (+34 -7) 📝 `auto_py_to_exe/web/js/constants.js` (+9 -1) 📝 `auto_py_to_exe/web/js/importExport.js` (+4 -4) 📝 `auto_py_to_exe/web/js/initialise.js` (+1 -1) 📝 `auto_py_to_exe/web/js/interface.js` (+10 -10) 📝 `auto_py_to_exe/web/js/packaging.js` (+2 -2) 📝 `auto_py_to_exe/web/js/staticEvents.js` (+9 -9) 📝 `auto_py_to_exe/web/js/utils.js` (+4 -0) </details> ### 📄 Description **Summary** As raised in #486, this resolves relative paths to the current working directory. This also allows for relative paths to be exported toa JSON config. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#484
No description provided.