fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
247 stars 50 forks source link

missing appID parameter for package #197

Closed chrions closed 11 months ago

chrions commented 1 year ago

When I pack windows program on mac, I use fyne-cross windows -arch=amd64 386

fyne-cross windows -arch=amd64 386
[i] Target: windows/amd64
[i] Cleaning target directories...
[✓] "bin" dir cleaned: /app/fyne-cross/bin/windows-amd64
[✓] "dist" dir cleaned: /app/fyne-cross/dist/windows-amd64
[✓] "temp" dir cleaned: /app/fyne-cross/tmp/windows-amd64
[i] Checking for go.mod: /Users/fyf/go/src/web3_project/scroll/go.mod
[✓] go.mod found
[i] Packaging app...
missing appID parameter for package
[✗] could not package the Fyne app: exit status 1

Why did you report an error, what is appID and how should I solve it?

andydotxyz commented 1 year ago

It is the unique id of the application, required by some OS. I think we have some documentation at https://developer.fyne.io/started/distribution.html.

I think similar questions are on #46 and a note that we need to be more consistent.

Jacalz commented 11 months ago

Will close this as a duplicate of #46. The support for FyneApp.toml has improved things considerably but I agree that we should update the documentation.