Updated GUI, included custom markers during logging.

This commit is contained in:
2025-12-17 15:45:32 +01:00
parent a4cdbf63bc
commit 658a631e8d
8 changed files with 63 additions and 0 deletions

27
readme.md Normal file
View File

@@ -0,0 +1,27 @@
## Windows (.exe)
1. Run `Bio-Z App Windows.exe`.
## macOS
Additional steps are required on macOS. Otherwise, you may see a message such as
*"This app cant be opened because it is from an unidentified developer."*
You can choose one of the following options:
### Option 1: Use the native binary (no extension)
1. Open `Bio-Z App macOS 1`.
2. A warning will appear stating that `Bio-Z App macOS 1` cannot be opened.
3. Go to **System Settings****Privacy & Security**.
4. Scroll down and click **Open Anyway** under **Security**.
5. Follow the onscreen instructions.
### Option 2: Use the application bundle (.app)
1. Open **Terminal** and navigate to this folder using `cd`.
2. Run the following command to remove the quarantine attribute:
```bash
sudo xattr -cr Bio-Z\ App\ macOS\ 2.app
```
3. Open `Bio-Z App macOS 2`.