[chore] add write permissions to bs-versions.json after install

This commit is contained in:
silentrald
2024-10-25 19:05:39 +08:00
parent a345a3ee7c
commit 38e0cc56d0
2 changed files with 12 additions and 0 deletions
+9
View File
@@ -86,6 +86,15 @@
]
}
},
"deb": {
"fpm": ["--after-install=build/after-install.sh"]
},
"rpm": {
"fpm": ["--after-install=build/after-install.sh"]
},
"pacman": {
"fpm": ["--after-install=build/after-install.sh"]
},
"directories": {
"app": "release/app",
"buildResources": "assets",