From 5cd11700cf94e392088c4c884e7d4eebcd16ea1f Mon Sep 17 00:00:00 2001 From: Wenjunyun123 Date: Fri, 26 Jun 2026 10:33:08 +0800 Subject: [PATCH] fix(readme): rename Linear design folder for macOS Why: The linear.app directory name is treated as an application bundle by macOS, which makes the design files harder to inspect and clone normally. What: Rename design-md/linear.app to design-md/linear-app without changing file contents. Tested: test ! -d design-md/linear.app && test -d design-md/linear-app Tested: git diff --check Confidence: high Co-authored-by: OmX --- design-md/{linear.app => linear-app}/DESIGN.md | 0 design-md/{linear.app => linear-app}/README.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename design-md/{linear.app => linear-app}/DESIGN.md (100%) rename design-md/{linear.app => linear-app}/README.md (100%) diff --git a/design-md/linear.app/DESIGN.md b/design-md/linear-app/DESIGN.md similarity index 100% rename from design-md/linear.app/DESIGN.md rename to design-md/linear-app/DESIGN.md diff --git a/design-md/linear.app/README.md b/design-md/linear-app/README.md similarity index 100% rename from design-md/linear.app/README.md rename to design-md/linear-app/README.md