Added error script to run if no supported architecture is found (itanium sparc etc.)

This commit is contained in:
Skyler Lehmkuhl 2012-01-08 13:33:49 -05:00
parent 665c036192
commit a778741379
1 changed files with 4 additions and 0 deletions

4
swfc/swfc_error Executable file
View File

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