We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0c914 commit d6d00d7Copy full SHA for d6d00d7
main.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
func main() {
11
- fmt.Println("code-push-go V1.0.3")
+ fmt.Println("code-push-go V1.0.4")
12
13
var args []string
14
var notargs []string
opt/app.go
@@ -145,7 +145,7 @@ func (App) CreateBundle() {
145
}
146
hbcUrl := rnDir + "build/CodePush/" + jsName + ".hbc"
147
cmd := exec.Command(
148
- "./node_modules/react-native/sdks/hermesc"+exc,
+ rnDir+"node_modules/react-native/sdks/hermesc"+exc,
149
"-emit-binary",
150
"-out",
151
hbcUrl,
0 commit comments