File fix-shebangs.patch of Package WoeUSB-ng
diff -rub WoeUSB-ng-0.2.12/miscellaneous/WoeUSB-ng.desktop WoeUSB-ng-0.2.12-patched/miscellaneous/WoeUSB-ng.desktop --- WoeUSB-ng-0.2.12/miscellaneous/WoeUSB-ng.desktop 2023-02-19 18:43:56.000000000 +0100 +++ WoeUSB-ng-0.2.12-patched/miscellaneous/WoeUSB-ng.desktop 2024-05-15 01:48:14.935894673 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env xdg-open +#!/usr/bin/xdg-open [Desktop Entry] Name=WoeUSB-ng Exec=woeusbgui diff -rub WoeUSB-ng-0.2.12/WoeUSB/core.py WoeUSB-ng-0.2.12-patched/WoeUSB/core.py --- WoeUSB-ng-0.2.12/WoeUSB/core.py 2023-02-19 18:43:56.000000000 +0100 +++ WoeUSB-ng-0.2.12-patched/WoeUSB/core.py 2024-05-15 01:48:24.172543455 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import os import time import shutil diff -rub WoeUSB-ng-0.2.12/WoeUSB/gui.py WoeUSB-ng-0.2.12-patched/WoeUSB/gui.py --- WoeUSB-ng-0.2.12/WoeUSB/gui.py 2023-02-19 18:43:56.000000000 +0100 +++ WoeUSB-ng-0.2.12-patched/WoeUSB/gui.py 2024-05-15 01:48:28.055869323 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import os import time import threading diff -rub WoeUSB-ng-0.2.12/WoeUSB/list_devices.py WoeUSB-ng-0.2.12-patched/WoeUSB/list_devices.py --- WoeUSB-ng-0.2.12/WoeUSB/list_devices.py 2023-02-19 18:43:56.000000000 +0100 +++ WoeUSB-ng-0.2.12-patched/WoeUSB/list_devices.py 2024-05-15 01:48:40.239179451 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import os import re import subprocess diff -rub WoeUSB-ng-0.2.12/WoeUSB/woeusb WoeUSB-ng-0.2.12-patched/WoeUSB/woeusb --- WoeUSB-ng-0.2.12/WoeUSB/woeusb 2023-02-19 18:43:56.000000000 +0100 +++ WoeUSB-ng-0.2.12-patched/WoeUSB/woeusb 2024-05-15 01:48:14.939228000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ A Linux program to create bootable Windows USB stick from a real Windows DVD or an image diff -rub WoeUSB-ng-0.2.12/WoeUSB/woeusbgui WoeUSB-ng-0.2.12-patched/WoeUSB/woeusbgui --- WoeUSB-ng-0.2.12/WoeUSB/woeusbgui 2023-02-19 18:43:56.000000000 +0100 +++ WoeUSB-ng-0.2.12-patched/WoeUSB/woeusbgui 2024-05-15 01:48:14.939228000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ A Linux program to create bootable Windows USB stick from a real Windows DVD or an image