-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-config.yaml
More file actions
37 lines (31 loc) · 946 Bytes
/
Copy pathbuild-config.yaml
File metadata and controls
37 lines (31 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Flutter Apps Builder Configuration
# This file allows you to customize build metadata
# Application information
app:
# Display name for the application (shown in start menu, launcher, etc.)
# If not specified, uses the name from pubspec.yaml
display_name: "Couleur"
# Package maintainer information
maintainer:
name: "Russell"
contact: "npub1kg4sdvz3l4fr99n2jdz2vdxe2mpacva87hkdetv76ywacsfq5leqquw5te"
# Build options
build:
# Clean before building
clean: true
# Which platforms to build (set to false to skip)
platforms:
android_apk: true
android_aab: true
linux_deb: true
linux_rpm: true
linux_appimage: true
linux_zip: true
web: true
# Linux specific options
linux:
# Desktop entry categories
categories: "InstantMessaging;Chat;"
# Application ID for StartupWMClass (e.g., com.example.myapp)
# This should match your Flutter app's application ID
app_id: "com.example.couleur"