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.' + +