asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
127 stars 67 forks source link

Exe will not run #105

Open pverbrug opened 1 year ago

pverbrug commented 1 year ago

After I compile the source code and try to run the .exe, the log file has the following information

{"level":"info","msg":"astikit: starting worker...","time":"2023-01-22T20:49:04-08:00"} {"level":"info","msg":"astikit: stopping worker...","time":"2023-01-22T20:49:04-08:00"} {"level":"fatal","msg":"running bootstrap failed: restoring resources failed: checking resources failed: getting checksum of assets failed: getting checksum of resources/static/vue-igopher/dist failed: getting data from asset resources/static/vue-igopher/dist failed: Asset resources/static/vue-igopher/dist not found","time":"2023-01-22T20:49:04-08:00"}

This is all run on a Windows machine.

asticode commented 1 year ago

Could you share the content of you bootstrap.Options{}?

Also could you tell me whether resources/static/vue-igopher/dist exists in the path of you Go project?