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
When building our Wails application (Venezuela Launcher) via GitHub Actions, the resulting installer works and the application launches, but the UI is completely invisible. The process runs (visible in task manager), and the icon appears in the taskbar, but no window content is displayed.
However, when building the exact same code locally on my development machine using the same Wails version (2.10.1) and identical build flags, the installer works perfectly with all UI elements displaying correctly.
To Reproduce
Build application with wails build -o "yOUR APP" -nsis -webview2 embed locally on Windows development machine - works correctly
Build identical code with the same command via GitHub Actions - installer works but when launched, no UI is visible
Description
When building our Wails application (Venezuela Launcher) via GitHub Actions, the resulting installer works and the application launches, but the UI is completely invisible. The process runs (visible in task manager), and the icon appears in the taskbar, but no window content is displayed.
However, when building the exact same code locally on my development machine using the same Wails version (2.10.1) and identical build flags, the installer works perfectly with all UI elements displaying correctly.
To Reproduce
My pipeline which you can reconfigure:
Expected behaviour
The application built via GitHub Actions should display its UI properly, identical to the locally built version.
Screenshots
With debug window console enabled - you can see webview is loaded and app is launched (the last icon) in the taskbar but there is no content in it.
If I use my local built installer then it's working, this is expected behaviour
Attempted Fixes
System Details
Additional context
The text was updated successfully, but these errors were encountered: