- Create placeholder icon.png (32x32, 128x128, 256x256) for Tauri build - Remove unused from lib.rs
14 lines
720 B
Plaintext
14 lines
720 B
Plaintext
cargo:rerun-if-env-changed=TAURI_CONFIG
|
|
cargo:rustc-check-cfg=cfg(desktop)
|
|
cargo:rustc-cfg=desktop
|
|
cargo:rustc-check-cfg=cfg(mobile)
|
|
cargo:rerun-if-changed=/home/echo/dev/YetAnother/apps/desktop/src-tauri/tauri.conf.json
|
|
cargo:rustc-env=TAURI_ANDROID_PACKAGE_NAME_APP_NAME=app
|
|
cargo:rustc-env=TAURI_ANDROID_PACKAGE_NAME_PREFIX=dev_yetanothersuite
|
|
cargo:rustc-check-cfg=cfg(dev)
|
|
cargo:rustc-cfg=dev
|
|
cargo:PERMISSION_FILES_PATH=/home/echo/dev/YetAnother/apps/desktop/src-tauri/target/debug/build/yetanothersuite-88ceca441f6d9c2b/out/app-manifest/__app__-permission-files
|
|
cargo:rerun-if-changed=capabilities
|
|
cargo:rerun-if-env-changed=REMOVE_UNUSED_COMMANDS
|
|
cargo:rustc-env=TAURI_ENV_TARGET_TRIPLE=x86_64-unknown-linux-gnu
|