rekit-app icon indicating copy to clipboard operation
rekit-app copied to clipboard

Fresh electron build/package installation on Windows 10 crashes on startup.

Open tenmar opened this issue 6 years ago • 1 comments

Downloaded Source Code (.zip) for v3.0.5 from Github downloads. Running Windows 10

Extracted zip to folder, opened in Visual Studio Code, ran npm i to install all dependencies and then npm run dist to run the electron builder (I have also tried npm run release but this will not work since it says a github authentication token needs to be set, which I assume is for publishing to github rather than just building an executable locally? Correct me if I am wrong though!)

I then navigate to the dist/ folder and run the setup .exe, after it completes installation it crashes and gives me this warning:

error for rekit

tenmar avatar Mar 05 '20 23:03 tenmar

Hi @tenmar, thanks for the feedback. The build for windows is still in progress. You can use command line tools to use Rekit Studio in windows as mentioned in https://medium.com/@nate_wang/rekit-3-0-531742d0c2c9

supnate avatar Mar 06 '20 03:03 supnate