luau / UniversalSynSaveInstance

Shortly USSI. A universal saveinstance revival. This can also be edited and used as a Roblox-Format-File writer.
https://luau.github.io/UniversalSynSaveInstance/
Other
80 stars 32 forks source link

fix synsaveinstance for Electron v3 #23

Closed wally2471 closed 3 months ago

wally2471 commented 3 months ago

Electron v3's implementation of gethiddenproperty automatically base64 encodes BinaryString properties. This causes issues for synsaveinstance trying to base64 encode an already encoded string.

This pull request should fix these issues :)

centerepic commented 3 months ago

dtc

phoriah commented 3 months ago

Thank you!

kaorlol commented 3 months ago

dtc in 3 cpu cycles