1
0
Mort Yao 12 жил өмнө
parent
commit
24204785d2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,6 +20,6 @@ install: bdist_egg
 
 release:
 	zenity --warning
-	python3 setup.py bdist bdist_egg upload
+	python3 setup.py sdist bdist_egg upload
 
 .PHONY: default clean build sdist bdist bdist_egg install release