[GH-ISSUE #7] 4.10: Minor typo bug: darwin.iso copy fails because it is pointing at current directory, not parent directory. #6

Closed
opened 2026-03-02 03:57:33 +03:00 by kerem · 1 comment
Owner

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.iso
directories... Needs to be corrected to this instead:
../iso/darwin.iso
../iso/darwinPre15.iso

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.iso` directories... Needs to be corrected to this instead: `../iso/darwin.iso` `../iso/darwinPre15.iso`
kerem 2026-03-02 03:57:33 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@DrDonk commented on GitHub (Jan 19, 2022):

Duplicate of https://github.com/DrDonk/golocker/issues/5

<!-- gh-comment-id:1016716063 --> @DrDonk commented on GitHub (Jan 19, 2022): Duplicate of https://github.com/DrDonk/golocker/issues/5
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/unlocker#6
No description provided.