mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Add entry point & check for Linux
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import platform
|
||||
|
||||
|
||||
if platform.system() != 'Linux':
|
||||
raise RuntimeError('invalid system: ' + plateform.system())
|
||||
|
||||
Reference in New Issue
Block a user