From a790db9a87a55994833c4d6546c034a52648fc72 Mon Sep 17 00:00:00 2001 From: scottmc Date: Tue, 10 Dec 2013 13:05:12 -0800 Subject: [PATCH] Update BurnItNow.rdef change application signature from osdrawer to haikuarchives --- Source/BurnItNow.rdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/BurnItNow.rdef b/Source/BurnItNow.rdef index 6338cd3..7f948c6 100644 --- a/Source/BurnItNow.rdef +++ b/Source/BurnItNow.rdef @@ -5,7 +5,7 @@ */ -resource app_signature "application/x-vnd.osdrawer.BurnItNow2"; +resource app_signature "application/x-vnd.haikuarchives.BurnItNow2"; resource app_flags B_EXCLUSIVE_LAUNCH;