From a778741379bf9c852348b1b7c8ad5cfedb2b9229 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 8 Jan 2012 13:33:49 -0500 Subject: [PATCH] Added error script to run if no supported architecture is found (itanium sparc etc.) --- swfc/swfc_error | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 swfc/swfc_error diff --git a/swfc/swfc_error b/swfc/swfc_error new file mode 100755 index 0000000..c673468 --- /dev/null +++ b/swfc/swfc_error @@ -0,0 +1,4 @@ +#! /bin/bash +zenity --error --text 'SWFC was unable to run! This probably means there is no binary compiled for your processor architecture. Or, that Python was unable to properly detect your architecture. HTML5 should still work.' + +