beta fix
parent
68409a438e
commit
bf5de38e66
|
@ -33,7 +33,7 @@ class LibraryManager():
|
||||||
__settings__.setSetting('plugin_name', __plugin__)
|
__settings__.setSetting('plugin_name', __plugin__)
|
||||||
for libname in get_libname(self.platform):
|
for libname in get_libname(self.platform):
|
||||||
self.libpath = os.path.join(self.dest_path, libname)
|
self.libpath = os.path.join(self.dest_path, libname)
|
||||||
self.sizepath=os.path.join(self.dest_path, self.platform, libname+'.size.txt')
|
self.sizepath=os.path.join(self.dest_path, libname+'.size.txt')
|
||||||
size=str(os.path.getsize(self.libpath))
|
size=str(os.path.getsize(self.libpath))
|
||||||
size_old=open( self.sizepath, "r" ).read()
|
size_old=open( self.sizepath, "r" ).read()
|
||||||
if size_old!=size:
|
if size_old!=size:
|
||||||
|
|
Loading…
Reference in New Issue