This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
cc-switch
Watch
1
Star
0
Fork
0
You've already forked cc-switch
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bf746200512e591ac38b51d0e81341f0422c53b8
cc-switch
/
src-tauri
/
build.rs
4 lines
39 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: initialize Tauri project structure - Add @tauri-apps/api dependency - Create src-tauri directory with base configuration - Generate Tauri project Rust code framework - Add application icon resources
2025-08-23 19:57:42 +08:00
fn
main
(
)
{
chore: format code and fix bundle identifier for v3.0.0 release - Format all TypeScript/React code with Prettier - Format all Rust code with cargo fmt - Fix bundle identifier from .app to .desktop to avoid macOS conflicts - Prepare codebase for v3.0.0 Tauri release
2025-08-27 11:00:53 +08:00
tauri_build
::
build
(
)
feat: initialize Tauri project structure - Add @tauri-apps/api dependency - Create src-tauri directory with base configuration - Generate Tauri project Rust code framework - Add application icon resources
2025-08-23 19:57:42 +08:00
}
Reference in New Issue
Copy Permalink