Skip to content

Commit d6d00d7

Browse files
committed
Fix command
1 parent 0e0c914 commit d6d00d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
func main() {
11-
fmt.Println("code-push-go V1.0.3")
11+
fmt.Println("code-push-go V1.0.4")
1212

1313
var args []string
1414
var notargs []string

opt/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (App) CreateBundle() {
145145
}
146146
hbcUrl := rnDir + "build/CodePush/" + jsName + ".hbc"
147147
cmd := exec.Command(
148-
"./node_modules/react-native/sdks/hermesc"+exc,
148+
rnDir+"node_modules/react-native/sdks/hermesc"+exc,
149149
"-emit-binary",
150150
"-out",
151151
hbcUrl,

0 commit comments

Comments
 (0)