issues
search
stephenhouser
/
f-engrave
Packaging of Scorchworks F-Engrave as an OSX Application
http://www.scorchworks.com/Fengrave/fengrave.html
45
stars
17
forks
source link
Update and clean up build-macOS.sh
#7
Closed
ex-nerd
closed
4 years ago
ex-nerd
commented
4 years ago
Fix pyenv setup so it's used more consistently (and won't be interfered with by users who use different tools for managing python envs)
Switch to using
echo -e
so enhanced/hidden character sequences are honored
Consolidate error handling into its own function
Add error checking and messages after most commands so the script exits with helpful information when there is a problem
Clean up a few whitespace issues
Switch to using double-bracket bash conditionals instead of the single-bracket alias for the
test
program
stephenhouser
commented
4 years ago
Nice and thank you!
echo -e
so enhanced/hidden character sequences are honoredtest
program