amoebax, new recipe (#670)

This commit is contained in:
Begasus
2016-07-22 23:33:58 +02:00
committed by waddlesplash
parent 6dda7ad1fc
commit 6d131f6e9c
3 changed files with 303 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "AmoeBax",
long_info = "A action-puzzle game, similar to tetris"
};
resource app_signature "application/x-vnd.amoebax";