Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
htdcx committed Nov 15, 2024
1 parent 0e0c914 commit d6d00d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion opt/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6d00d7

Please sign in to comment.