Failed to set up installer: Missing appID parameter for package
Closed this issue · 1 comments
MarvinJWendt commented
Hi, I just ran the installation commands and got this:
OS | Windows 10 |
Go Version | go1.16.4 windows/amd64 |
Go Env
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\MarvinJWendt\AppData\Local\go-build
set GOENV=C:\Users\MarvinJWendt\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\MarvinJWendt\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\MarvinJWendt\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\Program Files\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=C:\Program Files\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.16.4
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=NUL
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\MARVIN~1\AppData\Local\Temp\go-build1481546390=/tmp/go-build -gno-record-gcc-switches
andydotxyz commented
Yes, this is a restriction of the windows packaging format. You will need to add --appID
parameter (any value will work)
fyne get github.com/fyne-io/terminal/cmd/fyneterm --appID io.fyne.terminal
This will be resolved in the future once we add fyne-io/fyne#1431.