Download
Tutorials
Bugtracker
Development
The Birdfont Source Code
All Repositories
/
birdfont.git
/ commitdiff –
RSS feed
Add *nix as OS tag
These changes was commited to the Birdfont repository Sat, 09 Nov 2019 15:02:54 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
Download
Add *nix as OS tag (plain diff)
Add *nix as OS tag
heads/master
[Sat, 09 Nov 2019 15:02:54 +0000]
Updated Files
libbirdfont/BirdFont.vala
diff --git
a/libbirdfont/BirdFont.vala
b/libbirdfont/BirdFont.vala
--- a/libbirdfont/BirdFont.vala
+++ b/libbirdfont/BirdFont.vala
@@ -35,7 +35,7 @@
if (BirdFont.win32) {
return "windows";
} else {
- return "free";
+ return "*nix";
}
#endif
}