- Create placeholder icon.png (32x32, 128x128, 256x256) for Tauri build - Remove unused from lib.rs
12 lines
730 B
Plaintext
12 lines
730 B
Plaintext
cargo:rerun-if-changed=permissions
|
|
cargo:PERMISSION_FILES_PATH=/home/echo/dev/YetAnother/apps/desktop/src-tauri/target/debug/build/tauri-plugin-shell-8b6412ae8223972d/out/tauri-plugin-shell-permission-files
|
|
cargo:rerun-if-env-changed=REMOVE_UNUSED_COMMANDS
|
|
cargo:GLOBAL_SCOPE_SCHEMA_PATH=/home/echo/dev/YetAnother/apps/desktop/src-tauri/target/debug/build/tauri-plugin-shell-8b6412ae8223972d/out/global-scope.json
|
|
cargo:GLOBAL_API_SCRIPT_PATH=/home/echo/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-plugin-shell-2.3.5/api-iife.js
|
|
cargo:rustc-check-cfg=cfg(mobile)
|
|
cargo:rustc-check-cfg=cfg(desktop)
|
|
cargo:rustc-cfg=desktop
|
|
cargo:rustc-check-cfg=cfg(desktop)
|
|
cargo:rustc-cfg=desktop
|
|
cargo:rustc-check-cfg=cfg(mobile)
|