You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
header+= (1).to_bytes(4, byteorder='big') # Number of files
159
167
header+=b"\0"*4# Unknown
160
-
ifos.path.abspath(sys.argv[1])[1] ==":": # Windows paths will be read properly, UNIX paths won't since UABE will be run with wine, so use a relative path
161
-
path=os.path.abspath(sys.argv[1]).encode('utf-8')
168
+
ifos.path.abspath(sharedassets_file)[1] ==":": # Windows paths will be read properly, UNIX paths won't since UABE will be run with wine, so use a relative path
0 commit comments