Skip to content

Commit

Permalink
fix: .releasesrc file not having a main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 8, 2023
1 parent def0782 commit 25ae8a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"branches": [
"feature/tauri"
"master",
{
"name": "feature/tauri",
"prerelease": true
}
],
"plugins": [
[
Expand Down
10 changes: 5 additions & 5 deletions scripts/setup_tauri_dev_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25ae8a4

Please sign in to comment.