davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

Unable to write pibakery scripts when running on Windows #154

Closed maskaravivek closed 6 years ago

maskaravivek commented 6 years ago

I have made a few aesthetic changes to pibakery for my use and I am trying to write a SD card using the app.

When I build and run the app on a Mac it works perfectly and all my scripts are written successfully on the SD card.

When I use the exact same app on Windows, pibakery shows a success message on writing a SD card but no scripts are written on it. The OS image is burned correctly and and on putting the SD card to the raspberry pi, the OS boots normally without any pibakery script running.

Can anyone point me to what might be causing this error and how can i debug it?