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": [
"feature/tauri"
"master",
{
"name": "feature/tauri",
"prerelease": true
}
],
"plugins": [
[

View file

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