attempting to add fira code (modern font) #376
@@ -47,3 +47,4 @@ cool-retro-term
|
||||
|
||||
.DS_Store
|
||||
*.app
|
||||
macos.sh
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user