README.md update
This commit is contained in:
19
README.md
19
README.md
@@ -8,10 +8,10 @@ Supports **iOS**, **ipadOS**, **Android**, **macOS**, and **Windows**.
|
||||
|
||||
## Downloads
|
||||
|
||||
[](https://github.com/igox/busylight-buddy/releases/download/v0.0.1/BusyLight-Buddy-Installer.exe)
|
||||
[](https://github.com/igox/busylight-buddy/releases/download/v0.0.1/org.igox.apps.android.busylight-buddy-release.apk)
|
||||
[](https://code.igox.org/iGoX/busylight-buddy/releases/download/v0.0.1/BusyLight-Buddy-Installer.exe)
|
||||
[](https://code.igox.org/iGoX/busylight-buddy/releases/download/v0.0.1/org.igox.apps.android.busylight-buddy-release.apk)
|
||||
|
||||
Or browse all releases on the [Releases page](https://github.com/igox/busylight-buddy/releases).
|
||||
Or browse all releases on the [Releases page](https://code.igox.org/iGoX/busylight-buddy/releases).
|
||||
|
||||
---
|
||||
|
||||
@@ -56,14 +56,12 @@ Or browse all releases on the [Releases page](https://github.com/igox/busylight-
|
||||
---
|
||||
|
||||
## Getting started
|
||||
|
||||
```bash
|
||||
flutter pub get
|
||||
flutter run
|
||||
```
|
||||
|
||||
### Run on specific platform
|
||||
|
||||
```bash
|
||||
flutter run -d iphone # iOS simulator
|
||||
open -a Simulator # open iOS simulator first if needed
|
||||
@@ -75,7 +73,6 @@ flutter run -d windows # Windows
|
||||
---
|
||||
|
||||
## Project structure
|
||||
|
||||
```
|
||||
busylight_app/
|
||||
├── assets/
|
||||
@@ -145,7 +142,6 @@ Two helper scripts are available in the `android/` folder to build and rename th
|
||||
Both scripts build the APK with `flutter build apk`, then rename the output from `app-<type>.apk` to `org.igox.apps.android.busylight-buddy-<type>.apk` (and its `.sha1` file if present) in `build/app/outputs/flutter-apk/`.
|
||||
|
||||
### Windows — build release
|
||||
|
||||
```bash
|
||||
flutter build windows --release
|
||||
```
|
||||
@@ -156,20 +152,19 @@ The repository includes an [Inno Setup](https://jrsoftware.org/isdl.php) configu
|
||||
|
||||
1. Download and install [Inno Setup](https://jrsoftware.org/isdl.php)
|
||||
2. Build the release app first:
|
||||
```bash
|
||||
```bash
|
||||
flutter build windows --release
|
||||
```
|
||||
```
|
||||
3. Open `busylight-buddy-windows-installer-builder.iss` in Inno Setup Compiler and click **Compile**, or run from the command line:
|
||||
```bash
|
||||
```bash
|
||||
iscc busylight-buddy-windows-installer-builder.iss
|
||||
```
|
||||
```
|
||||
|
||||
This generates a standalone `.exe` installer in the `windows/installer/` folder.
|
||||
|
||||
### App icon (all platforms)
|
||||
|
||||
Uses `flutter_launcher_icons`. Icon source: `assets/icon.png`.
|
||||
|
||||
```bash
|
||||
dart run flutter_launcher_icons
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user