10 lines
652 B
YAML
10 lines
652 B
YAML
|
#application-name: "pikapi" # Uncomment to modify this value.
|
||
|
#executable-name: "pikapi" # Uncomment to modify this value. Only lowercase a-z, numbers, underscores and no spaces
|
||
|
#package-name: "pikapi" # Uncomment to modify this value. Only lowercase a-z, numbers and no underscores or spaces
|
||
|
organization-name: "com.pikapi"
|
||
|
license: "" # MANDATORY: Fill in your SPDX license name: https://spdx.org/licenses
|
||
|
target: lib/main_desktop.dart
|
||
|
# opengl: "none" # Uncomment this line if you have trouble with your OpenGL driver (https://github.com/go-flutter-desktop/go-flutter/issues/272)
|
||
|
docker: false
|
||
|
engine-version: "" # change to a engine version commit
|