mirror of
https://github.com/niess/python-appimage.git
synced 2026-05-03 05:40:12 +02: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