tauri
This package represents the Tauri alpha CLI. To use the stable Tauri CLI, see @tauri-apps/cli.
Multi-binding collection of libraries and templates for building Tauri apps
This package represents the Tauri alpha CLI. To use the stable Tauri CLI, see @tauri-apps/cli.
src-tauri/src/build.rs
file, replacing res.set_icon("icons/icon.ico");
with res.set_icon_with_id("icons/icon.ico", "32512");
.
- f887320 fix(template) default windows icon id should be 32512, fixes #1099 (#1107) on 2020-12-05tauri deps
command usage when npm
is not installed.
Reflect.deleteProperty
on promisified API calls failing with Unable to delete property
by making it configurable.
create
, which accepts a recipe as a CLI, or runs interactively, prompting for a recipe out of a menu of choices defined by api/recipes/index
init
command so that it is just an alias for create
with no recipe
String
to string
type for open
and save
methods
readBinaryFile
writeFile
and writeBinaryFile
usage.
body
is now optional, closes #793.
promisified
helper usage.
dev
pipeline when running with administrator privileges.
tauri info
.
--app-name
value to kebab case.
package.json
file on the app root.
tauri deps
). The manager is able to install and update Rust and the Tauri ecosystem dependencies (npm package, crates, cargo subcommands).
Usage: tauri deps install
and tauri deps update
. - 77282c1 feat(tauri.js) add dependency manager command (#829) on 2020-07-15tauri init
succeeds.
tauri
js api into the modules that use them. For
example, Event
is now available from tauri/api/event
instead of
tauri/api/types/event
. - 660a2d8 feat(tauri.js) move exported api types into api modules (fix #807) (#809) on 2020-07-12window.tauri
object for a while, you can add a mapping object to your code.