mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:bugfix/486-allow-relative-paths📝 Commits (4)
0f4dc32#486 Initial setupdf159b0#486 Fix aysncb86fd14#486 Add support for static arguments3f2acd7#486 Allow export to save relative paths📊 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.