go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.84k stars 286 forks source link

How to add an organization's name #655

Closed qinjinze closed 2 years ago

qinjinze commented 2 years ago

hover: Missing/Empty organization-name field in go/hover.yaml. Please add it or otherwise you may publish your app with a wrong organization-name. Continuing with `` as a placeholder organization-name. hover: Compiling 'go-flutter' and plugins

hover.yaml application-name: "officefast" # Uncomment to modify this value.

executable-name: "officefast" # Uncomment to modify this value. Only lowercase a-z, numbers, underscores and no spaces

package-name: "officefast" # Uncomment to modify this value. Only lowercase a-z, numbers and no underscores or spaces

license: "" # MANDATORY: Fill in your SPDX license name: https://spdx.org/licenses target: lib/main_desktop.dart branch: "" # Change to "@latest" to download the latest go-flutter version on every build

cache-path: "/home/YOURUSERNAME/.cache/" # https://github.com/go-flutter-desktop/go-flutter/issues/184

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: "v0.0.1" # change to a engine version commit ,engine for platform windows-release

provokateurin commented 2 years ago

It's right in the error message in the first line.