asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
129 stars 68 forks source link

fix: bundling failed in windows environment #5

Closed diegosz closed 7 years ago

diegosz commented 7 years ago

Fixes bundling failed error when bundling in Windows environment: FATA[0003] bundling failed: bundling for environment windows/amd64 failed: building failed: mkdir C:\Windows\go-build396406123: Access is denied. The error appears when it tries to create the temporary building folder inside C:\Windows folder. It needs to have the TEMP environment variable defined in the bundling context.

asticode commented 7 years ago

LGTM

diegosz commented 7 years ago

many thanks, cheers