feat: initial commit
This commit is contained in:
11
pkg/wails3kit/updates/bootstrap/bootstrap.go
Normal file
11
pkg/wails3kit/updates/bootstrap/bootstrap.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/Eriyc/rules_wails/pkg/wails3kit/updates/platform"
|
||||
)
|
||||
|
||||
func MaybeRun() (bool, error) {
|
||||
return platform.MaybeRun(os.Args)
|
||||
}
|
||||
Reference in New Issue
Block a user