Package Details: windows2usb 0.2.4-3

Git Clone URL: https://aur.archlinux.org/windows2usb.git (read-only, click to copy)
Package Base: windows2usb
Description: Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)
Upstream URL: https://github.com/ValdikSS/windows2usb
Keywords: boot iso usb windows
Licenses: Apache-2.0
Submitter: K900
Maintainer: None
Last Packager: anonfunc
Votes: 7
Popularity: 0.064389
First Submitted: 2020-08-17 12:03 (UTC)
Last Updated: 2024-03-24 11:01 (UTC)

Latest Comments

morealaz commented on 2022-04-28 03:57 (UTC)

@rtmpdavid: done! thank you

rtmpdavid commented on 2022-04-27 23:05 (UTC) (edited on 2022-04-27 23:06 (UTC) by rtmpdavid)

The PKGBUILD produces a package with this directory structure: pkg/windows2usb/usr/share/windows2usb/uefi-ntfs.img/uefi-ntfs.img

Which leads to this error

cat: /usr/share/windows2usb/uefi-ntfs.img: Is a directory

Please replace the following line

19 install -D -t "${pkgdir}/usr/share/${pkgname}/uefi-ntfs.img" -m 644 uefi-ntfs.img

With something like

19 install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img To fix

schard commented on 2021-01-19 23:23 (UTC)

makedepends is missing git

compicat commented on 2020-11-25 12:31 (UTC)

working flawless. Thank you.

K900 commented on 2020-11-25 11:42 (UTC)

Fixed, thanks.

compicat commented on 2020-11-25 02:14 (UTC)

Can you check package? It gives correction error.

K900 commented on 2020-08-19 07:09 (UTC)

Thanks, added.

caodien commented on 2020-08-18 17:36 (UTC)

Should probably a conflict with windowstousb-git