diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89f9ac0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +out/ diff --git a/repack.sh b/repack.sh old mode 100644 new mode 100755 index db6303a..0f62913 --- a/repack.sh +++ b/repack.sh @@ -143,7 +143,7 @@ if prompt_yes_no "In order to build the app we'll need to update the license fie update_license=1 fi -if [ "$update_license" -eq 1 ]; then +if [ "$update_license" -eq 0 ]; then exit 0 fi