Skip to content

Commit 51e18d6

Browse files
committed
fix: Add build constraint to app.go for GUI build separation
1 parent f86eeb4 commit 51e18d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build wails
2+
// +build wails
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)