Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#138] Properly scope path to exe file under temp directory #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

binyomen
Copy link

@binyomen binyomen commented Nov 5, 2022

A top-level .exe file is passed through to copy_file without unpacking an archive, which is correct. However, the file was not correctly referred to under the temp directory, meaning we could not find the file to copy.

Resolves #138

Additional tasks

  • Documentation for changes provided/changed
  • Tests added
  • Updated CHANGELOG.md

A top-level `.exe` file is passed through to `copy_file` without
unpacking an archive, which is correct. However, the file was not
correctly referred to under the temp directory, meaning we could not
find the file to copy.
hdhoang pushed a commit to hdhoang/tool-sync that referenced this pull request Mar 8, 2024
hdhoang pushed a commit to hdhoang/tool-sync that referenced this pull request Jun 17, 2024
hdhoang pushed a commit to hdhoang/tool-sync that referenced this pull request Jun 17, 2024
hdhoang pushed a commit to hdhoang/tool-sync that referenced this pull request Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support executables that aren't in an archive
1 participant