diff --git a/main.go b/main.go index d5a3d93..3f8b62a 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) func main() { - fmt.Println("code-push-go V1.0.3") + fmt.Println("code-push-go V1.0.4") var args []string var notargs []string diff --git a/opt/app.go b/opt/app.go index 39f626f..6cac8c4 100644 --- a/opt/app.go +++ b/opt/app.go @@ -145,7 +145,7 @@ func (App) CreateBundle() { } hbcUrl := rnDir + "build/CodePush/" + jsName + ".hbc" cmd := exec.Command( - "./node_modules/react-native/sdks/hermesc"+exc, + rnDir+"node_modules/react-native/sdks/hermesc"+exc, "-emit-binary", "-out", hbcUrl,