asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checksums.json failed:

MikeGrateful opened this issue · comments

running bootstrap failed: restoring resources failed: restoring resources failed: creating C:\Users\mike\AppData\Roaming\resources\checksums.json failed: open C:\Users\mike\AppData\Roaming\resources\checksums.json: The system cannot find the path specified.

Debugger finished with exit code 0

plase help me!

I have the same issue

I have the same issue

What does log exactly say in your case?

Hello, I have the same problem on macOS

2022/10/10 14:26:29 Running app built at 2022-10-10 14:14:42.416014 +0800 CST m=+20.666097607
2022/10/10 14:26:29 astikit: starting worker...
2022/10/10 14:26:29 Resources folder doesn't exist, restoring resources...
2022/10/10 14:26:29 Removing /Applications/Astilectron demo.app/Contents/MacOS/resources
2022/10/10 14:26:29 Restoring resources in /Applications/Astilectron demo.app/Contents/MacOS/resources
2022/10/10 14:26:29 Closing...
2022/10/10 14:26:29 astikit: stopping worker...
2022/10/10 14:26:29 running bootstrap failed: restoring resources failed: restoring resources failed: creating /Applications/Astilectron demo.app/Contents/MacOS/resources/checksums.json failed: open /Applications/Astilectron demo.app/Contents/MacOS/resources/checksums.json: no such file or directory

Could you describe how you build the app and how you run it to get those logs?

Could you describe how you build the app and how you run it to get those logs?

Hello, my problem is solved. Previously, I had two wrong operations, after I pulled the project directory called "go-astilectron-demo@v0.6.16" by "go get", and then I didn't delete the bind.go file correctly. When I renamed "go-astilectron-demo@v0.6.16" to "go-astilectron-demo" and deleted the bind.go file correctly, everything worked fine. thank you!