Skip to content

Commit

Permalink
Automate build_release_windows.sh more
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFarstrike committed May 28, 2024
1 parent 0564256 commit 3c50803
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_release_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ if [ $diff -gt 0 ]; then
fi

echo "1) make sure devtools are set to false in src/main.js"
read yes
if grep "devTools: true" src/main.js; then
echo "devTools: true found in src/main.js"
exit 2
fi

echo "2) make sure you've incremented the version number in package.json AND package-lock.json"
read yes
Expand Down

0 comments on commit 3c50803

Please sign in to comment.