Skip to content

Commit

Permalink
Update README and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Dec 11, 2014
1 parent 97af80b commit 5fdb938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
9 changes: 0 additions & 9 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@ This is the source for the rewrite of BurnItNow.
It is still in the very early stages of being written.

For the original version please have a look at the "legacy" branch.

**Building**

You must have CMake installed in order to build this project. A basic compile
can be performed with the following commands:
```
cmake .
make
```
6 changes: 2 additions & 4 deletions Source/BurnItNow.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
* Haiku Vector Icon by Michele Frau
*/


resource app_signature "application/x-vnd.haikuarchives.BurnItNow2";

resource app_flags B_EXCLUSIVE_LAUNCH;

resource app_version {
major = 0,
middle = 0,
middle = 1,
minor = 0,

variety = B_APPV_DEVELOPMENT,
Expand All @@ -24,7 +23,7 @@ resource app_version {
resource file_types message;


resource(11) vector_icon array {
resource vector_icon array {
$"6E6369660A020102023B4000000000000000BBC0004A000048800000FFFC0600"
$"FFFF7200FF04006602011202B97FB43B9EBCBE49A6BC360949AD024A91140000"
$"65FF00100500020106033AF622B944633AE1463C9C4B48B4C349B78A00CDC590"
Expand Down Expand Up @@ -58,4 +57,3 @@ resource(11) vector_icon array {
$"4B1200000043D47D01178300040A06010B000A00010C000A03010D000A03010E"
$"000A03010E20B441B3BF0A03010E202620"
};

0 comments on commit 5fdb938

Please sign in to comment.