make up your damn mind, delete it or not

This commit is contained in:
Headshotnoby 2021-06-20 10:33:35 -04:00
parent b6856c2aa1
commit 1d2e5ea5bc

View File

@ -70,11 +70,6 @@ zip_ref = zipfile.ZipFile(BASSOPUSZIP, 'r')
zip_ref.extract(BASSOPUSDLL)
zip_ref.close()
if platform.system() == "Darwin":
open("libbass.so", "wb").write(open(BASSDLL, "rb").read())
open("libbassopus.so", "wb").write(open(BASSOPUSDLL, "rb").read())
os.remove(BASSOPUSDLL)
print "installing apng"
pip_install("apng")