[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
+3
View File
@@ -0,0 +1,3 @@
# Add write permissions to anybody so that this can be sync with the
# github's bs-versions.json when starting bsmanager
/usr/bin/chmod +002 /opt/BSManager/resources/assets/jsons/bs-versions.json
+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",