Added error script to run if no supported architecture is found (itanium sparc etc.)
This commit is contained in:
parent
665c036192
commit
a778741379
|
|
@ -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.'
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue