mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
486bd920f8
* Fix writeBinaryFile to call the correct command Fixes #1133 writeBinaryFile was reusing writeFile, which was happily saving base64 encoded strings to the fs. This instead uses the correct WriteBinaryFile command, which base64 decodes. However why are we encoding and then decoding, why can we not just send a raw byte array to be saved as a file? This is left for a later PR. * Shorten changelog line per review |
||
---|---|---|
.. | ||
deno@55fd9104fa | ||
tauri-bundler | ||
tauri.js |