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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to statically compiling wails app so that other people don't have to install all development dependencies?
I tried :
CGO_ENABLED=0 wails build -tags webkit2_41 -ldflags "-linkmode 'external' -extldflags '-static'"
but it did not work.
Beta Was this translation helpful? Give feedback.
All reactions