mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-25 17:44:03 +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": [
|
"branches": [
|
||||||
"feature/tauri"
|
"master",
|
||||||
|
{
|
||||||
|
"name": "feature/tauri",
|
||||||
|
"prerelease": true
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue