- Add Backspace-design-prototype.html: finalized "Aether Drift" design language with warm matte surfaces and subtle frosted glass accents - Update CLAUDE.md with DESIGN SYSTEM section and remove Discord clone references - Rename all Opencord references to Backspace across the full codebase - Archive outdated design experiments and Discord-specific assets - Add science-backed accessibility fallback (prefers-reduced-transparency)
27 lines
409 B
YAML
27 lines
409 B
YAML
appId: com.backspace.desktop
|
|
productName: Backspace
|
|
directories:
|
|
output: dist-electron
|
|
files:
|
|
- dist/**/*
|
|
- "!node_modules"
|
|
mac:
|
|
category: public.app-category.social-networking
|
|
target:
|
|
- dmg
|
|
- zip
|
|
icon: null
|
|
win:
|
|
target:
|
|
- nsis
|
|
icon: null
|
|
linux:
|
|
target:
|
|
- AppImage
|
|
- deb
|
|
category: Network
|
|
icon: null
|
|
nsis:
|
|
oneClick: false
|
|
allowToChangeInstallationDirectory: true
|