The Birdfont Source Code
Use same tag for BSD and Linux
These changes was commited to the Birdfont repository Sun, 13 Oct 2019 13:46:33 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Use same tag for BSD and Linux
--- a/libbirdfont/BirdFont.vala
+++ b/libbirdfont/BirdFont.vala
@@ -35,7 +35,7 @@
if (BirdFont.win32) {
return "windows";
} else {
- return "linux";
+ return "free";
}
#endif
}