mirror of
https://github.com/WoeUSB/WoeUSB-ng.git
synced 2026-01-09 06:12:41 +08:00
13 lines
274 B
Diff
13 lines
274 B
Diff
diff --git a/setup.py b/setup.py
|
|
index dca8421..b3e02fe 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -72,6 +72,7 @@ setup(
|
|
include_package_data=True,
|
|
scripts=[
|
|
'WoeUSB/woeusb',
|
|
+ 'WoeUSB/woeusbgui',
|
|
],
|
|
install_requires=[
|
|
'termcolor',
|