mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] add write permissions to bs-versions.json after install
This commit is contained in:
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user