mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 02:01:49 +03:00
d5d6d2abc1
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio> |
||
---|---|---|
.. | ||
src-tauri | ||
index.html | ||
package.json | ||
README.md |
Resource example
This example demonstrates the Tauri bundle resources functionality. The example adds src-tauri/assets/index.js
as a resource (defined on tauri.conf.json > tauri > bundle > resources
) and executes it using Node.js
, locating the JavaScript file using the tauri::api::path::resolve_path
API.