fix: use snake_case invoke commands

This commit is contained in:
2026-06-15 11:56:55 +08:00
parent edab5158f0
commit c9964ce4fb
25167 changed files with 9271 additions and 15148 deletions

View File

@@ -0,0 +1,13 @@
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=/Users/accusys/momentry_studio/src-tauri/tauri.conf.json
cargo:rustc-env=TAURI_ANDROID_PACKAGE_NAME_APP_NAME=studio
cargo:rustc-env=TAURI_ANDROID_PACKAGE_NAME_PREFIX=com_momentry
cargo:rustc-check-cfg=cfg(dev)
cargo:rustc-cfg=dev
cargo:PERMISSION_FILES_PATH=/Users/accusys/momentry_studio/src-tauri/target/debug/build/momentry-studio-741854c7e1071cda/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=aarch64-apple-darwin