fix: .releasesrc file not having a main branch

This commit is contained in:
DaOfficialWizard 2023-05-09 00:52:45 +01:00
parent def0782b76
commit 25ae8a464b
2 changed files with 10 additions and 6 deletions

View file

@ -1,6 +1,10 @@
{ {
"branches": [ "branches": [
"feature/tauri" "master",
{
"name": "feature/tauri",
"prerelease": true
}
], ],
"plugins": [ "plugins": [
[ [

View file

@ -15,11 +15,11 @@ read -r input
# check if the user input is y or n # check if the user input is y or n
if [ "$input" == "y" ]; then #if [ "$input" == "y" ]; then
printf "Installing Linux Development Dependencies\n" # printf "Installing Linux Development Dependencies\n"
else #else
printf "Not installing Linux Development Dependencies\n" # printf "Not installing Linux Development Dependencies\n"
fi #fi
# Get their distro # Get their distro