build: add artifact collection and Arch Linux packaging scripts

Introduce scripts to collect Tauri build artifacts across platforms and
generate a pacman package for Arch Linux. Update .gitignore to exclude
the releases directory and reorder existing entries.
This commit is contained in:
2026-05-26 15:44:57 +08:00
parent 7ca11db9a8
commit a3a268250b
5 changed files with 399 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ lerna-debug.log*
node_modules
dist
dist-ssr
releases
*.local
# Editor directories and files