botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
69 stars 83 forks source link

create an executable file from source code build success but run error #1740

Open mathink-ma opened 1 year ago

mathink-ma commented 1 year ago

Discussed in https://github.com/botpress/botpress/discussions/12678

Originally posted by **MaConch** June 14, 2023 When I execute the command yarn package build on windows, I get the binary file of bp。 Then I push this binary file to Ubuntu Server Finally execute this file ,I get error as below `bash: ./bp: cannot execute binary file: Exec format error` other question : Why is the yarn package not generating .exe ?