mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-24 01:15:25 +01:00
fix: .releasesrc file not having a main branch
This commit is contained in:
parent
def0782b76
commit
25ae8a464b
2 changed files with 10 additions and 6 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"branches": [
|
||||
"feature/tauri"
|
||||
"master",
|
||||
{
|
||||
"name": "feature/tauri",
|
||||
"prerelease": true
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue