mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
- Closing all app instances by port for local run and by process name for CI - Threshold for emoji hash decreased in image comparison - Verification point for cropped user icon added
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
import os
|
|
|
|
LOCAL_RUN = False
|
|
APP_DIR = os.getenv('APP_DIR')
|