Skip to content

Commit 3fbde07

Browse files
author
Drakirus
committed
Engine Args: main_path and packages_path should be set null
1 parent 87ceab5 commit 3fbde07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flutter/flutter.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ func (flu *EngineOpenGL) Index() int {
8484
func (flu *EngineOpenGL) Run(window uintptr, vmArgs []string) Result {
8585
args := C.FlutterProjectArgs{
8686
assets_path: C.CString(flu.AssetsPath),
87-
main_path: C.CString(""),
88-
packages_path: C.CString(""),
8987
icu_data_path: C.CString(flu.IcuDataPath),
9088
}
9189

0 commit comments

Comments
 (0)