You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have support for releases yet. For now, hover only builds a debug version of the app with a console to track logs. I'll keep this issue open to track support for release builds.
Build binary without console (windows: -ldflags -H=windowsgui).
Building flutter bundle as --release.
Setting the right VM arguments.
Reduce the size of the share-lib from 88M to 28M by running strip -s ./libflutter_engine.so.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
@GeertJohan Any updates or ETA on this? If not, would you be able to provide any documentation on how to go about removing the console window manually for now? It would be greatly appreciated.
Once my final exams are over, I'll like to take a look at release builds, (if it's not done by then).
For now, #135 provides enough information for you to hack this through.
$ # export CGO_LDFLAGS="-L$HOME/.cache/hover/engine/windows/" # Not working!
$ # set CGO_LDFLAGS="-L%HOMEPATH%/.cache/hover/engine/windows/" # also not working the dll isn't found
$ cd ./desktop/cmd
$ go build -ldflags="-L%HOMEPATH%/.cache/hover/engine/windows/" -H=windowsgui
$ mv cmd ../build/outputs/windows
$ ../build/outputs/windows/cmd # to start the app
Activity
GeertJohan commentedon Jun 9, 2019
We don't have support for releases yet. For now, hover only builds a debug version of the app with a console to track logs. I'll keep this issue open to track support for release builds.
GeertJohan commentedon Jun 10, 2019
Things that
--release
should do:-ldflags -H=windowsgui
).[-]How to release my app?[/-][+]Hover build release[/+][-]Hover build release[/-][+]Release builds[/+]erickzanardo commentedon Jun 21, 2019
I am really looking forward to this as well.
chengxuncc commentedon Jun 26, 2019
Can't wait to play with it.
alexelisenko commentedon Jun 26, 2019
@GeertJohan Any updates or ETA on this? If not, would you be able to provide any documentation on how to go about removing the console window manually for now? It would be greatly appreciated.
Thanks.
pchampio commentedon Jun 26, 2019
Once my final exams are over, I'll like to take a look at release builds, (if it's not done by then).
For now, #135 provides enough information for you to hack this through.
alexelisenko commentedon Jun 26, 2019
@Drakirus Thanks for that. Im assuming its supposed to be
set
vsexport
for windows?pchampio commentedon Jun 26, 2019
Yup
alexelisenko commentedon Jun 26, 2019
Im getting the following error:
34 remaining items