mirror of
https://github.com/DrDonk/unlocker.git
synced 2026-04-26 06:06:01 +03:00
[GH-ISSUE #7] 4.10: Minor typo bug: darwin.iso copy fails because it is pointing at current directory, not parent directory. #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unlocker#6
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?
Originally created by @Warrentheo on GitHub (Jan 19, 2022).
Original GitHub issue: https://github.com/DrDonk/unlocker/issues/7
Minor typo bug: darwin.iso copy fails because it is pointing at current directory, not parent directory.
On windows, running "unlocker.exe install" fails to copy darwin.iso and darwinPre15.iso due to trying to copy them from the
./iso/darwin.iso./iso/darwinPre15.isodirectories... Needs to be corrected to this instead:
../iso/darwin.iso../iso/darwinPre15.iso@DrDonk commented on GitHub (Jan 19, 2022):
Duplicate of https://github.com/DrDonk/golocker/issues/5