attempting to add fira code (modern font) #376

Closed
devsnek wants to merge 2 commits from firacode into master
2 changed files with 1 additions and 11 deletions
Showing only changes of commit 18776a7b48 - Show all commits
+1
View File
@@ -47,3 +47,4 @@ cool-retro-term
.DS_Store
*.app
macos.sh
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
export CPPFLAGS="-I/usr/local/opt/qt5/include"
export LDFLAGS="-L/usr/local/opt/qt5/lib"
export PATH=/usr/local/opt/qt5/bin:$PATH
rm -rf cool-retro-term.app
qmake && make
mkdir cool-retro-term.app/Contents/PlugIns
cp -r qmltermwidget/QMLTermWidget cool-retro-term.app/Contents/PlugIns