summaryrefslogtreecommitdiff
path: root/deploy.ps1
AgeCommit message (Collapse)Author
2026-01-23Rename generated files with leading underscore魏曹先生
- Rename template files to have .template extension - Rename generated source files to start with underscore - Update .gitignore to ignore all files starting with underscore - Update build.rs and deploy.ps1 to reflect new names
2026-01-10Add platform restrictions to deployment configsHEADDesktop_0.1.0_Basemain魏曹先生
- Move build_helper from crates/ to tools/ directory - Specify platform targets for shell completions and entry scripts - Bash scripts now target linux and macos - Powershell scripts target windows - Zsh plugin files target linux and macos
2026-01-09Change to script directory before build魏曹先生
2026-01-07Move deployment scripts to scripts/deploy directory魏曹先生
2026-01-07Hide .cargo and .temp directories before build魏曹先生
2026-01-07Rename export directory to deploy and move templates魏曹先生
2026-01-04Replace compile_info.rs deletion with template copy in deploy scripts魏曹先生
2026-01-03Rename export scripts to deploy scripts魏曹先生