tauri/cli
Zak Patterson 486bd920f8
Fix: writeBinaryFile to call the correct command (fix #1133) (#1136)
* 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
2021-01-06 09:30:33 +01:00
..
deno@55fd9104fa chore: add prettier for js formatting (#937) 2020-08-18 21:36:46 -05:00
tauri-bundler chore(deps) Update Rust crate dirs-next to v2 (#1066) 2020-12-05 00:09:18 -03:00
tauri.js Fix: writeBinaryFile to call the correct command (fix #1133) (#1136) 2021-01-06 09:30:33 +01:00