move executable check into util.py
This commit is contained in:
@@ -131,7 +131,7 @@ def main():
|
||||
import requests
|
||||
|
||||
extra = ""
|
||||
if getattr(sys, "frozen", False):
|
||||
if util.EXECUTABLE:
|
||||
extra = " - Executable"
|
||||
else:
|
||||
git_head = util.git_head()
|
||||
|
||||
Reference in New Issue
Block a user